summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2016-04-02 12:05:07 -0400
committerJoey Hess2016-04-02 12:07:12 -0400
commitecf786ddab0161a4f5fa84e07cced60efb1595cd (patch)
tree37d77302fc57a274d30f392fdca8e8cd1c284f24 /propellor.cabal
parentdb2d46246c5772c12aa8cf64ea604b65d164a7b0 (diff)
got rid of build flag to detect stack
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
1 files changed, 0 insertions, 6 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 3431d410..d97d4096 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -34,10 +34,6 @@ Description:
.
It is configured using haskell.
-Flag UseStack
- Description: Have propellor rebuild itself using Stack (default is Cabal)
- Default: False
-
Executable propellor
Main-Is: wrapper.hs
GHC-Options: -threaded -Wall -fno-warn-tabs -O0
@@ -50,8 +46,6 @@ Executable propellor
unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async,
time, mtl, transformers, exceptions (>= 0.6), stm, text,
concurrent-output
- if flag(UseStack)
- CPP-Options: -DUSE_STACK
Executable propellor-config
Main-Is: config.hs