summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-05-10 17:19:18 -0400
committerJoey Hess <joeyh@joeyh.name>2015-05-10 17:19:18 -0400
commit17ec67604abb22a7df0094851c9e95edd77f7a45 (patch)
tree0105f2e1834227dface447883d536e4587e0f68d
parent36852d90bc18cb7b2bddb1ce9dce39cc1f0203de (diff)
downloadgit-repair-17ec67604abb22a7df0094851c9e95edd77f7a45.tar.gz
disable ghc 7.10's obnoxious warning about tabs for indentation
-rw-r--r--git-repair.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-repair.cabal b/git-repair.cabal
index d3abe02..457fae2 100644
--- a/git-repair.cabal
+++ b/git-repair.cabal
@@ -28,7 +28,7 @@ Flag network-uri
Executable git-repair
Main-Is: git-repair.hs
- GHC-Options: -Wall -threaded
+ GHC-Options: -threaded -Wall -fno-warn-tabs
Build-Depends: MissingH, hslogger, directory, filepath, containers, mtl,
unix-compat, bytestring, exceptions (>= 0.6), transformers,
base >= 4.5, base < 5, IfElse, text, process, time, QuickCheck,