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.Property
|
||||||
, Affection.Actor
|
, Affection.Actor
|
||||||
, Affection.Animation
|
, Affection.Animation
|
||||||
, Affection.Misc
|
, Affection.Util
|
||||||
default-extensions: OverloadedStrings
|
default-extensions: OverloadedStrings
|
||||||
|
|
||||||
-- Modules included in this library but not exported.
|
-- Modules included in this library but not exported.
|
||||||
|
|
|
@ -37,7 +37,7 @@ import Affection.MouseInteractable as A
|
||||||
import Affection.Property as A
|
import Affection.Property as A
|
||||||
import Affection.Actor as A
|
import Affection.Actor as A
|
||||||
import Affection.Animation as A
|
import Affection.Animation as A
|
||||||
import Affection.Misc as A
|
import Affection.Util as A
|
||||||
|
|
||||||
import qualified BABL as B
|
import qualified BABL as B
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
module Affection.Misc
|
module Affection.Util
|
||||||
where
|
where
|
||||||
|
|
||||||
import Affection.Types
|
import Affection.Types
|
Loading…
Reference in a new issue