misc is util

This commit is contained in:
nek0 2017-09-07 06:23:01 +02:00
parent 6f943ece7b
commit 821550b7cd
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -1,4 +1,4 @@
module Affection.Misc
module Affection.Util
where
import Affection.Types