summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-05-10 17:20:27 -0400
committerJoey Hess2015-05-10 17:20:27 -0400
commita1926ac2d08c79a131f2619e23caddeb05757f92 (patch)
treeab3e2231a913dad33ccea15bc819a11eeb04ff33
parent49ca7cb93f49fac0ff89090b500d3d48968f2b18 (diff)
parent4b5b9f253f4f84cdf3e1dd571e7c40ec05750720 (diff)
Merge branch 'joeyconfig'
-rw-r--r--propellor.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 5120ab89..c84dccda 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -33,7 +33,7 @@ Description:
Executable propellor
Main-Is: wrapper.hs
- GHC-Options: -Wall -threaded -O0
+ GHC-Options: -threaded -O0 -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,
@@ -45,7 +45,7 @@ Executable propellor
Executable propellor-config
Main-Is: config.hs
- GHC-Options: -Wall -threaded -O0
+ GHC-Options: -threaded -O0 -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,
@@ -56,7 +56,7 @@ Executable propellor-config
Build-Depends: unix
Library
- GHC-Options: -Wall -O0
+ GHC-Options: -O0 -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,