summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/gf.cabal b/gf.cabal
index 2a402d1e7..1b7f5aee6 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -297,6 +297,9 @@ Library
else
build-tools: happy, alex>=3
+ if impl(ghc>=7.10)
+ ghc-options: -fno-warn-tabs
+
if os(windows)
build-depends: Win32
else