diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-04-22 12:40:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-04-22 12:41:01 -0400 |
| commit | 23e7e9eb7c9f8ef9c81a9c2f7e49b11a175425ab (patch) | |
| tree | 516cc6a900e4a194b38b1b629ac91ab5bf5bb3e2 | |
| parent | 577ec77d18c2618357f3ddd03104570116e6e3d4 (diff) | |
few more cabal executable build tweaks
| -rw-r--r-- | propellor.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
