aboutsummaryrefslogtreecommitdiff
path: root/Utility/Misc.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:31:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:31:50 -0400
commit8e8679f671d7896a306bea06b2e9e62b967103c8 (patch)
tree930ed049f0b829954831100a3a541a63a6b2587a /Utility/Misc.hs
parent7e1dbf002052dea5ddb4374c5897d1addfd1c85b (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/Misc.hs')
-rw-r--r--Utility/Misc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utility/Misc.hs b/Utility/Misc.hs
index 1fa08ddd1..45d5a0639 100644
--- a/Utility/Misc.hs
+++ b/Utility/Misc.hs
@@ -6,6 +6,7 @@
-}
{-# LANGUAGE CPP #-}
+{-# OPTIONS_GHC -fno-warn-tabs #-}
module Utility.Misc where