diff options
Diffstat (limited to 'Build/TestConfig.hs')
-rw-r--r-- | Build/TestConfig.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |