diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-24 15:17:16 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-24 15:17:16 -0400 |
| commit | 7ee3157ab1922fd2f7158fd40927dca8a83ad4b0 (patch) | |
| tree | e4d3e187212469699b19c058f98a2ea0ff0fa9c1 /propellor.cabal | |
| parent | 51fa88feb1fd3621360c1db5b6b771a798a25a88 (diff) | |
docs and enable PolyKinds globally
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal index a631f262..1179ca23 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 + GHC-Options: -threaded -Wall -fno-warn-tabs -XPolyKinds 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 + GHC-Options: -threaded -Wall -fno-warn-tabs -XPolyKinds 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 + GHC-Options: -Wall -fno-warn-tabs -XPolyKinds Hs-Source-Dirs: src Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, |
