From 577ec77d18c2618357f3ddd03104570116e6e3d4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 22 Apr 2018 12:34:45 -0400 Subject: remove -O0 for propellor-config It's only needed for compiling the internals of the propellor library, which is no longer part of building this. --- propellor.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/propellor.cabal b/propellor.cabal index f36c187a..7dcc523a 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -232,7 +232,7 @@ Executable propellor-config Default-Language: Haskell98 Hs-Source-Dirs: executables Main-Is: propellor-config.hs - GHC-Options: -threaded -Wall -fno-warn-tabs -O0 + GHC-Options: -threaded -Wall -fno-warn-tabs if impl(ghc >= 8.0) GHC-Options: -fno-warn-redundant-constraints Default-Extensions: TypeOperators -- cgit v1.2.3