diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:31:50 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:31:50 -0400 |
commit | 8e8679f671d7896a306bea06b2e9e62b967103c8 (patch) | |
tree | 930ed049f0b829954831100a3a541a63a6b2587a /Utility/PosixFiles.hs | |
parent | 7e1dbf002052dea5ddb4374c5897d1addfd1c85b (diff) |
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.
Diffstat (limited to 'Utility/PosixFiles.hs')
-rw-r--r-- | Utility/PosixFiles.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/PosixFiles.hs b/Utility/PosixFiles.hs index 5a94ead01..4550bebdf 100644 --- a/Utility/PosixFiles.hs +++ b/Utility/PosixFiles.hs @@ -8,6 +8,7 @@ -} {-# LANGUAGE CPP #-} +{-# OPTIONS_GHC -fno-warn-tabs #-} module Utility.PosixFiles ( module X, |