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

View file

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

View file

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