diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 14:40:08 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 14:41:34 -0400 |
commit | 35c70b8ad0b230d23907a3df4e0b2987a977924b (patch) | |
tree | db7cfd4fb4de4ed0000105bed777ccf6349a02bb /git-annex.cabal | |
parent | 03f5ea56abe6bdf994edc768f6a7594e3607eb06 (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.cabal | 2 |
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 |