diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-11-11 17:50:15 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-11-11 17:50:15 -0400 |
| commit | b6cddab178156464df2f0d422968e41c44bdc94d (patch) | |
| tree | 34124dc71049c0d4e9c78542875ac79b6e4f05af /propellor.cabal | |
| parent | 6ec1dcdc0672263a93ccb1c4c6ad5c2ce4f91faa (diff) | |
need to disable warning here too
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal index 5c04037a..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: |
