summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2016-11-11 17:54:40 -0400
committerJoey Hess2016-11-11 17:54:40 -0400
commit4cbcfd3c386efb094b9e21dcb6e32111f9431f84 (patch)
treedb98e39ed645207990d77f8bf49138965f57881e /propellor.cabal
parent2977e6abdf8eb9043fc722f8bb87ef60d42cb579 (diff)
parentdddfbc2f76d1d8be74d34b2d3d90e206d9f001a2 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 7d145024..dd6a4ebd 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -38,6 +38,8 @@ Description:
Executable propellor
Main-Is: wrapper.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:
@@ -53,6 +55,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:
@@ -63,6 +67,8 @@ Executable propellor-config
Library
GHC-Options: -Wall -fno-warn-tabs -O0
+ if impl(ghc >= 8.0)
+ GHC-Options: -fno-warn-redundant-constraints
Extensions: TypeOperators
Hs-Source-Dirs: src
Build-Depends: