diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 14:41:12 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 14:41:12 -0400 |
| commit | 6da8efb4633349677ed864ea328355aed2e101fa (patch) | |
| tree | fd587cbef5c5c272e0abf1a7e721024eff40ae6b /propellor.cabal | |
| parent | 63ccccb1bb3eb14f351b4e8745a952d8738c0f5e (diff) | |
disable ghc 7.10's obnoxious warnings about every line using tab to indent
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal index 5120ab89..4bba35aa 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, |
