summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2016-03-24 15:41:30 -0400
committerJoey Hess2016-03-24 15:41:30 -0400
commitab2204fc868f8f0e9fbc57a4b0b75996a38d934d (patch)
tree793f3a6742333832a77112cd8c7de4abca799ed5 /propellor.cabal
parent413c74cdd336eeae59aea9660e6fc7331d599a1b (diff)
TypeOperators, not PolyKinds is needed
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 1179ca23..0a7746ed 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -36,7 +36,7 @@ Description:
Executable propellor
Main-Is: wrapper.hs
- GHC-Options: -threaded -Wall -fno-warn-tabs -XPolyKinds
+ GHC-Options: -threaded -Wall -fno-warn-tabs -XTypeOperators
Hs-Source-Dirs: src
Build-Depends:
-- propellor needs to support the ghc shipped in Debian stable
@@ -47,7 +47,7 @@ Executable propellor
Executable propellor-config
Main-Is: config.hs
- GHC-Options: -threaded -Wall -fno-warn-tabs -XPolyKinds
+ GHC-Options: -threaded -Wall -fno-warn-tabs -XTypeOperators
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
@@ -55,7 +55,7 @@ Executable propellor-config
exceptions (>= 0.6), stm, text, unix
Library
- GHC-Options: -Wall -fno-warn-tabs -XPolyKinds
+ GHC-Options: -Wall -fno-warn-tabs -XTypeOperators
Hs-Source-Dirs: src
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,