misc is util
This commit is contained in:
parent
6f943ece7b
commit
821550b7cd
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ library
|
|||
, Affection.Property
|
||||
, Affection.Actor
|
||||
, Affection.Animation
|
||||
, Affection.Misc
|
||||
, Affection.Util
|
||||
default-extensions: OverloadedStrings
|
||||
|
||||
-- Modules included in this library but not exported.
|
||||
|
|
|
@ -37,7 +37,7 @@ import Affection.MouseInteractable as A
|
|||
import Affection.Property as A
|
||||
import Affection.Actor as A
|
||||
import Affection.Animation as A
|
||||
import Affection.Misc as A
|
||||
import Affection.Util as A
|
||||
|
||||
import qualified BABL as B
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module Affection.Misc
|
||||
module Affection.Util
|
||||
where
|
||||
|
||||
import Affection.Types
|
Loading…
Reference in a new issue