summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2011-07-29 22:58:40 +0100
committerWill Thompson <will@willthompson.co.uk>2011-07-29 22:58:40 +0100
commit086bf88d902c44965a6bb19a285a3f142c3c55b8 (patch)
treececf8899fe5c573b83793eddf1b2feb116ced5dd /bustle.cabal
parenta7a9afbf8bf3567e7637289627c2a4cd0e699087 (diff)
Begin moving towards magic zipper for selections
This doesn't actually use it, but it modifies the regions to be stripes across the whole diagram rather than rectangles.
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 3344733..b6a3fc3 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -37,7 +37,7 @@ Executable bustle
Bustle.Upgrade, Bustle.Application.Monad, Bustle.Util,
Bustle.StatisticsPane, Bustle.Markup,
Bustle.Loader, Bustle.Loader.Pcap, Bustle.Loader.OldSkool,
- Bustle.UI.DetailsView
+ Bustle.UI.DetailsView, Bustle.Regions
Ghc-options: -Wall -fno-warn-unused-imports -fno-warn-unused-do-bind
if flag(PostCabalizedGtk2HS)