summaryrefslogtreecommitdiff
path: root/Config
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:38:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:38:49 -0400
commit50b4e02d85387be77fa6ab918ac32f62581fdcd6 (patch)
tree54a676a9318ba39e9e59ff02bd85f335e85f62f2 /Config
parent8e8679f671d7896a306bea06b2e9e62b967103c8 (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 'Config')
-rw-r--r--Config/Files.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config/Files.hs b/Config/Files.hs
index d2b2f6a51..294eae22a 100644
--- a/Config/Files.hs
+++ b/Config/Files.hs
@@ -5,6 +5,8 @@
- Licensed under the GNU GPL version 3 or higher.
-}
+{-# OPTIONS_GHC -fno-warn-tabs #-}
+
module Config.Files where
import Common