summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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