diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 14:11:47 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 14:11:47 -0400 |
| commit | e85aae7383d6974a6fb5ec95bfa9c65ce4aa3154 (patch) | |
| tree | 92086bade562237ff1999f30315505a8b60c73f1 | |
| parent | a6860ddb4e4b63c2acbe7e88af6dc703c11f3b04 (diff) | |
propellor spin
| -rw-r--r-- | propellor.cabal | 6 |
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 |
