summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2016-11-11 17:47:02 -0400
committerJoey Hess2016-11-11 17:47:02 -0400
commit8389f3400c4a5b299ec6d4efc81cd9ce35266275 (patch)
tree85ff6b07d55b6b350cfb33c893f6ece2a24bcf7a /propellor.cabal
parentbe608d1095cd30ec405e7508bf830ff5e2929c7c (diff)
need to disable warning here too
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal
index db70942a..5c04037a 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -53,6 +53,8 @@ Executable propellor
Executable propellor-config
Main-Is: config.hs
GHC-Options: -threaded -Wall -fno-warn-tabs -O0
+ if impl(ghc >= 8.0)
+ GHC-Options: -fno-warn-redundant-constraints
Extensions: TypeOperators
Hs-Source-Dirs: src
Build-Depends: