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.Drawable
|
||||
, Types.Collidible
|
||||
, Types.ObjType
|
||||
, StateMachine
|
||||
, Floorplan
|
||||
, Interior
|
||||
|
@ -40,6 +41,7 @@ executable tracer-game
|
|||
, Navigation
|
||||
, MindMap
|
||||
, NPC
|
||||
, Object
|
||||
, Util
|
||||
default-extensions: OverloadedStrings
|
||||
, DeriveGeneric
|
||||
|
|
Loading…
Reference in a new issue