summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--propellor.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 9dda1ad8..3b12344f 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -36,6 +36,7 @@ Description:
It is configured using haskell.
Executable propellor
+ Default-Language: Haskell98
Main-Is: wrapper.hs
GHC-Options: -threaded -Wall -fno-warn-tabs -O0
if impl(ghc >= 8.0)
@@ -53,6 +54,7 @@ Executable propellor
Propellor.DotDir
Executable propellor-config
+ Default-Language: Haskell98
Main-Is: config.hs
GHC-Options: -threaded -Wall -fno-warn-tabs -O0
if impl(ghc >= 8.0)
@@ -66,6 +68,7 @@ Executable propellor-config
time, mtl, transformers, exceptions (>= 0.6), stm, text, hashable
Library
+ Default-Language: Haskell98
GHC-Options: -Wall -fno-warn-tabs -O0
if impl(ghc >= 8.0)
GHC-Options: -fno-warn-redundant-constraints