summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 14:11:47 -0400
committerJoey Hess2014-03-31 14:11:47 -0400
commite85aae7383d6974a6fb5ec95bfa9c65ce4aa3154 (patch)
tree92086bade562237ff1999f30315505a8b60c73f1 /propellor.cabal
parenta6860ddb4e4b63c2acbe7e88af6dc703c11f3b04 (diff)
propellor spin
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 0b551c80..779c7df2 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -25,7 +25,8 @@ Description:
Executable propellor
Main-Is: config.hs
- GHC-Options: -Wall -XPackageImports
+ GHC-Options: -Wall
+ Extensions: PackageImports
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, dataenc
@@ -34,7 +35,8 @@ Executable propellor
Build-Depends: unix
Library
- GHC-Options: -Wall -XPackageImports
+ GHC-Options: -Wall
+ Extensions: PackageImports
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, dataenc