add new modules to cabal file
This commit is contained in:
parent
08dbb9326c
commit
ca1df3f172
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ executable tracer-game
|
||||||
, Types.MindMap
|
, Types.MindMap
|
||||||
, Types.Drawable
|
, Types.Drawable
|
||||||
, Types.Collidible
|
, Types.Collidible
|
||||||
|
, Types.ObjType
|
||||||
, StateMachine
|
, StateMachine
|
||||||
, Floorplan
|
, Floorplan
|
||||||
, Interior
|
, Interior
|
||||||
|
@ -40,6 +41,7 @@ executable tracer-game
|
||||||
, Navigation
|
, Navigation
|
||||||
, MindMap
|
, MindMap
|
||||||
, NPC
|
, NPC
|
||||||
|
, Object
|
||||||
, Util
|
, Util
|
||||||
default-extensions: OverloadedStrings
|
default-extensions: OverloadedStrings
|
||||||
, DeriveGeneric
|
, DeriveGeneric
|
||||||
|
|
Loading…
Reference in a new issue