disable ghc 7.10's obnoxious warnings about every line using tab to indent

This commit is contained in:
Joey Hess 2015-05-10 14:40:08 -04:00
parent e861dd1dd5
commit fd2d90d319

View file

@ -114,7 +114,7 @@ Executable git-annex
esqueleto, persistent-sqlite, persistent, persistent-template, esqueleto, persistent-sqlite, persistent, persistent-template,
monad-logger, resourcet monad-logger, resourcet
CC-Options: -Wall CC-Options: -Wall
GHC-Options: -Wall GHC-Options: -Wall -fno-warn-tabs
Extensions: PackageImports Extensions: PackageImports
-- Some things don't work with the non-threaded RTS. -- Some things don't work with the non-threaded RTS.
GHC-Options: -threaded GHC-Options: -threaded