summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2017-05-15 20:15:42 -0400
committerJoey Hess2017-05-15 20:15:42 -0400
commitcd3dfc433ab48ab150386e52ed7e61abe55ae550 (patch)
treef1156f1418bbd5857b26d1795dabbde9611dc2f6 /propellor.cabal
parentdebcab510375d5099c4f10f2dd16cca8448e22de (diff)
squelch cabal warning about Default-Language
Could use Hashell2010, but IIRC there are some slightly tricky differences.
Diffstat (limited to 'propellor.cabal')
-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