summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2018-04-22 12:40:34 -0400
committerJoey Hess2018-04-22 12:41:01 -0400
commit23e7e9eb7c9f8ef9c81a9c2f7e49b11a175425ab (patch)
tree516cc6a900e4a194b38b1b629ac91ab5bf5bb3e2 /propellor.cabal
parent577ec77d18c2618357f3ddd03104570116e6e3d4 (diff)
few more cabal executable build tweaks
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 7dcc523a..69fbd9e6 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -233,8 +233,6 @@ Executable propellor-config
Hs-Source-Dirs: executables
Main-Is: propellor-config.hs
GHC-Options: -threaded -Wall -fno-warn-tabs
- if impl(ghc >= 8.0)
- GHC-Options: -fno-warn-redundant-constraints
Default-Extensions: TypeOperators
Build-Depends: propellor, base
@@ -242,6 +240,7 @@ Executable propellor
Default-Language: Haskell98
Hs-Source-Dirs: executables
Main-Is: wrapper.hs
+ GHC-Options: -threaded -Wall -fno-warn-tabs
Build-Depends: propellor, base
source-repository head