From 23e7e9eb7c9f8ef9c81a9c2f7e49b11a175425ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Apr 2018 12:40:34 -0400 Subject: few more cabal executable build tweaks --- propellor.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'propellor.cabal') 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 -- cgit v1.2.3