summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bustle.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 6d3aeb2..22067f2 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -20,6 +20,8 @@ Flag PostCabalizedGtk2HS
Executable bustle
Main-is: Bustle.hs
+ Other-modules: Bustle.Types, Bustle.Parser, Bustle.Diagram, Bustle.Renderer,
+ Bustle.Upgrade
Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
if flag(PostCabalizedGtk2HS)
@@ -35,15 +37,20 @@ Executable bustle
Executable bustle-count
Main-is: bustle-count.hs
+ Other-modules: Bustle.Parser, Bustle.Stats, Bustle.Types,
+ Bustle.Noninteractive
Build-Depends: haskell98, base >= 4 && < 5, containers, parsec
Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
Executable bustle-time
Main-is: bustle-time.hs
+ Other-modules: Bustle.Parser, Bustle.Stats, Bustle.Types,
+ Bustle.Noninteractive
Build-Depends: haskell98, base >= 4 && < 5, containers, parsec
Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
Executable bustle-dot
Main-is: bustle-dot.hs
+ Other-modules: Bustle.Parser, Bustle.Types
Build-Depends: haskell98, base >= 4 && < 5, containers, parsec
Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind