disable horrible tab warning, needed in every file that Setup.hs pulls in

This is certianly a cabal bug for not passing the build options in the
cabal file when building Setup.hs.

And, why oh why did ghc enable this warning by default? So unhappy with
this choice.
This commit is contained in:
Joey Hess 2015-05-10 16:31:50 -04:00
parent f65e7a4cce
commit ed4fe02896
14 changed files with 21 additions and 0 deletions

View file

@ -6,6 +6,7 @@
-}
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-tabs #-}
module Utility.FileSystemEncoding (
fileEncoding,