From b6cddab178156464df2f0d422968e41c44bdc94d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Nov 2016 17:50:15 -0400 Subject: need to disable warning here too --- propellor.cabal | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3