From 8e8679f671d7896a306bea06b2e9e62b967103c8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 May 2015 16:31:50 -0400 Subject: 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. --- Utility/Tmp.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Utility/Tmp.hs') diff --git a/Utility/Tmp.hs b/Utility/Tmp.hs index dc5598137..de970fe56 100644 --- a/Utility/Tmp.hs +++ b/Utility/Tmp.hs @@ -6,6 +6,7 @@ -} {-# LANGUAGE CPP #-} +{-# OPTIONS_GHC -fno-warn-tabs #-} module Utility.Tmp where -- cgit v1.2.3