From fd2d90d31935c56f103eb7d24f1f187441b7e90a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 May 2015 14:40:08 -0400 Subject: [PATCH] disable ghc 7.10's obnoxious warnings about every line using tab to indent --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 36b67d045b..0338ac51b7 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