diff options
| -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 |
