diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:38:49 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:38:49 -0400 |
commit | 50b4e02d85387be77fa6ab918ac32f62581fdcd6 (patch) | |
tree | 54a676a9318ba39e9e59ff02bd85f335e85f62f2 /Build | |
parent | 8e8679f671d7896a306bea06b2e9e62b967103c8 (diff) |
more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying.
Diffstat (limited to 'Build')
-rw-r--r-- | Build/Configure.hs | 2 | ||||
-rw-r--r-- | Build/DesktopFile.hs | 1 | ||||
-rw-r--r-- | Build/TestConfig.hs | 2 | ||||
-rw-r--r-- | Build/Version.hs | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs index c90231b29..55f2493a1 100644 --- a/Build/Configure.hs +++ b/Build/Configure.hs @@ -1,5 +1,7 @@ {- Checks system configuration and generates SysConfig.hs. -} +{-# OPTIONS_GHC -fno-warn-tabs #-} + module Build.Configure where import System.Directory diff --git a/Build/DesktopFile.hs b/Build/DesktopFile.hs index 6e70b0d5f..9d68ff1d9 100644 --- a/Build/DesktopFile.hs +++ b/Build/DesktopFile.hs @@ -7,6 +7,7 @@ -} {-# LANGUAGE CPP #-} +{-# OPTIONS_GHC -fno-warn-tabs #-} module Build.DesktopFile where diff --git a/Build/TestConfig.hs b/Build/TestConfig.hs index e55641fb0..35daf1945 100644 --- a/Build/TestConfig.hs +++ b/Build/TestConfig.hs @@ -1,5 +1,7 @@ {- Tests the system and generates Build.SysConfig.hs. -} +{-# OPTIONS_GHC -fno-warn-tabs #-} + module Build.TestConfig where import Utility.Path diff --git a/Build/Version.hs b/Build/Version.hs index da9d1bbcb..d2fbe6e0f 100644 --- a/Build/Version.hs +++ b/Build/Version.hs @@ -1,5 +1,7 @@ {- Package version determination, for configure script. -} +{-# OPTIONS_GHC -fno-warn-tabs #-} + module Build.Version where import Data.Maybe |