summaryrefslogtreecommitdiff
path: root/bustle.cabal
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-12-07 01:48:34 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2009-12-07 01:48:34 +0000
commit5e81231f8dbe1bfad21a4ecead35ff49746e4a27 (patch)
tree59e1fac19a69cd96735924cf1f93f880c42d3072 /bustle.cabal
parentdd1158e9f4c4e8dc4a99a8d3f0c4957db33d05f0 (diff)
Remove redundancy from cabal file
Diffstat (limited to 'bustle.cabal')
-rw-r--r--bustle.cabal10
1 files changed, 1 insertions, 9 deletions
diff --git a/bustle.cabal b/bustle.cabal
index 486de10..c399bd5 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -13,24 +13,16 @@ Data-files: bustle.png, LICENSE
Build-type: Simple
Extra-source-files: bustle-dbus-monitor.c, Makefile, README, NEWS, HACKING,
run-uninstalled.sh
+Ghc-options: -Wall -fno-warn-unused-imports
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
Executable: bustle-count
Main-is: bustle-count.hs
-Other-modules: Bustle.Parser, Bustle.Stats, Bustle.Types
-Ghc-options: -Wall -fno-warn-unused-imports
Executable: bustle-time
Main-is: bustle-time.hs
-Other-modules: Bustle.Parser, Bustle.Stats, Bustle.Types
-Ghc-options: -Wall -fno-warn-unused-imports
Executable: bustle-dot
Main-is: bustle-dot.hs
-Other-modules: Bustle.Parser, Bustle.Types
-Ghc-options: -Wall -fno-warn-unused-imports