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/Process.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/Process.hs')
-rw-r--r-- | Utility/Process.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/Process.hs b/Utility/Process.hs index 86a25ab91..9f98596be 100644 --- a/Utility/Process.hs +++ b/Utility/Process.hs @@ -7,6 +7,7 @@ -} {-# LANGUAGE CPP, Rank2Types #-} +{-# OPTIONS_GHC -fno-warn-tabs #-} module Utility.Process ( module X, |