summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-11-02 12:54:05 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-03-27 20:48:29 +0100
commitffe61d1639ed43acff88635d4e0f5963aaee1fe2 (patch)
tree882d8287417df919cd7b2404c343cff11b1a4c47 /bustle.cabal
parent0893964f67ad6949e937173a42dba9ae5a55d7ee (diff)
Split B monad into its own module
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 17c8f99..3f34e74 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -21,7 +21,7 @@ Flag PostCabalizedGtk2HS
Executable bustle
Main-is: Bustle.hs
Other-modules: Bustle.Types, Bustle.Parser, Bustle.Diagram, Bustle.Renderer,
- Bustle.Upgrade
+ Bustle.Upgrade, Bustle.Application.Monad, Bustle.Util
Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
if flag(PostCabalizedGtk2HS)