summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-05-24 01:22:37 -0400
committerJoey Hess <joeyh@joeyh.name>2016-05-24 01:22:37 -0400
commit1f0dd5752920cda9b247ff11fa3a80fcc7188bfb (patch)
treed45d462c9ba73c9867b75f58f627e48f03754788 /Build
parent98a07ed5de97e80c389271b9cb9fa3ffa91c1bee (diff)
downloadgit-repair-1f0dd5752920cda9b247ff11fa3a80fcc7188bfb.tar.gz
merge from git-annex
Diffstat (limited to 'Build')
-rw-r--r--Build/Configure.hs2
-rw-r--r--Build/TestConfig.hs4
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/Configure.hs b/Build/Configure.hs
index e488ee1..d48d580 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.Environment
diff --git a/Build/TestConfig.hs b/Build/TestConfig.hs
index e55641f..79979c5 100644
--- a/Build/TestConfig.hs
+++ b/Build/TestConfig.hs
@@ -1,14 +1,16 @@
{- Tests the system and generates Build.SysConfig.hs. -}
+{-# OPTIONS_GHC -fno-warn-tabs #-}
+
module Build.TestConfig where
import Utility.Path
import Utility.Monad
import Utility.SafeCommand
+import Utility.Directory
import System.IO
import System.FilePath
-import System.Directory
type ConfigKey = String
data ConfigValue =