summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2015-05-10 17:20:20 -0400
committerJoey Hess2015-05-10 17:20:20 -0400
commit4b5b9f253f4f84cdf3e1dd571e7c40ec05750720 (patch)
treed9b7a56bd56f0bca54515b135c848348158ea52f /propellor.cabal
parent6da8efb4633349677ed864ea328355aed2e101fa (diff)
disable ghc 7.10's obnoxious warning about tabs for indentation
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 4bba35aa..c84dccda 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -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,