summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-03-30 23:35:54 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-06-25 14:53:34 +0100
commitee2960d0c2e31e6039ac4aac197f8fff32657aaf (patch)
tree710d064f9935ddf7c40fa1cb0b7bf55553d469c7 /bustle.cabal
parent70a430c8efb6f744954473a0defbfebc7fe1712b (diff)
Start moving stats pane UI code to its own file
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 0f33f16..1709c2a 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -25,7 +25,8 @@ Flag PostCabalizedGtk2HS
Executable bustle
Main-is: Bustle.hs
Other-modules: Bustle.Types, Bustle.Parser, Bustle.Diagram, Bustle.Renderer,
- Bustle.Upgrade, Bustle.Application.Monad, Bustle.Util
+ Bustle.Upgrade, Bustle.Application.Monad, Bustle.Util,
+ Bustle.StatisticsPane
Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
if flag(PostCabalizedGtk2HS)