summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2017-03-24 08:40:53 +0000
committerWill Thompson <will@willthompson.co.uk>2017-07-18 07:25:28 +0100
commit320f0e9369fe485e0bcb1441040919e6f48fba90 (patch)
tree9f0f83cd0fe509d1b05bfb261594f66958dfb042
parentdb3d2a229501d5dffcbd6fa9e915beceaf081ae2 (diff)
cabal: drop WithGtk2HsBuildTools flag
-rw-r--r--bustle.cabal10
1 files changed, 0 insertions, 10 deletions
diff --git a/bustle.cabal b/bustle.cabal
index d08f3d1..5a7e944 100644
--- a/bustle.cabal
+++ b/bustle.cabal
@@ -72,13 +72,6 @@ Flag threaded
Description: Build with the multi-threaded runtime
Default: True
-Flag WithGtk2HsBuildTools
- Description: Build-depend on gtk2hs-buildtools. They aren't (currently)
- used to build Bustle itself but are needed to build
- dependencies like gtk3, which for whatever reason do not
- Build-Depend on the tools.
- Default: False
-
Executable bustle
Main-is: Bustle.hs
Other-modules: Bustle.Application.Monad
@@ -131,9 +124,6 @@ Executable bustle
, text
, time
- if flag(WithGtk2HsBuildTools)
- Build-Depends: gtk2hs-buildtools
-
Executable test-monitor
if flag(InteractiveTests)
buildable: True