summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2015-10-28 17:03:17 -0400
committerJoey Hess2015-10-28 17:03:17 -0400
commit5cde1ed21cc912db0b53846196f920fe52835dbc (patch)
treeee6ffa3c3044daca1b25bc08db9c653dbb774f0b /propellor.cabal
parentd61e3866d794635de5875d7292861fb49ad0340a (diff)
fix memory leak, and optimise when command output is very large
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index da43775f..a07109a7 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -34,7 +34,7 @@ Description:
Executable propellor
Main-Is: wrapper.hs
- GHC-Options: -threaded -O0 -Wall -fno-warn-tabs
+ GHC-Options: -threaded -O -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 -O0 -Wall -fno-warn-tabs
+ GHC-Options: -threaded -O -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: -O0 -Wall -fno-warn-tabs
+ GHC-Options: -O -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,