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/SafeCommand.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/SafeCommand.hs')
-rw-r--r-- | Utility/SafeCommand.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utility/SafeCommand.hs b/Utility/SafeCommand.hs index efa14b48e..0704e69f7 100644 --- a/Utility/SafeCommand.hs +++ b/Utility/SafeCommand.hs @@ -5,6 +5,8 @@ - License: BSD-2-clause -} +{-# OPTIONS_GHC -fno-warn-tabs #-} + module Utility.SafeCommand where import System.Exit |