From 43fd2eb809178a8fa077950a3c8c0a93d7151c4f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 8 Nov 2015 15:03:25 -0400 Subject: so, cabal sets -O by default and rejects explicit -O --- propellor.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/propellor.cabal b/propellor.cabal index ccba846f..2918e662 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -34,7 +34,7 @@ Description: Executable propellor Main-Is: wrapper.hs - GHC-Options: -threaded -O -Wall -fno-warn-tabs + GHC-Options: -threaded -Wall -fno-warn-tabs Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, @@ -46,7 +46,7 @@ Executable propellor Executable propellor-config Main-Is: config.hs - GHC-Options: -threaded -O -Wall -fno-warn-tabs + GHC-Options: -threaded -Wall -fno-warn-tabs Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, @@ -57,7 +57,7 @@ Executable propellor-config Build-Depends: unix Library - GHC-Options: -O -Wall -fno-warn-tabs + GHC-Options: -Wall -fno-warn-tabs Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, -- cgit v1.2.3