summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 14:40:08 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 14:41:34 -0400
commit35c70b8ad0b230d23907a3df4e0b2987a977924b (patch)
treedb7cfd4fb4de4ed0000105bed777ccf6349a02bb /git-annex.cabal
parent03f5ea56abe6bdf994edc768f6a7594e3607eb06 (diff)
disable ghc 7.10's obnoxious warnings about every line using tab to indent
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 36b67d045..0338ac51b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -114,7 +114,7 @@ Executable git-annex
esqueleto, persistent-sqlite, persistent, persistent-template,
monad-logger, resourcet
CC-Options: -Wall
- GHC-Options: -Wall
+ GHC-Options: -Wall -fno-warn-tabs
Extensions: PackageImports
-- Some things don't work with the non-threaded RTS.
GHC-Options: -threaded