summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 14:06:20 -0400
committerJoey Hess2014-03-31 14:06:20 -0400
commit6269b08863cdac6ddf023ca409c3131cbe5bc5e3 (patch)
treeb0ba5c9438b9138171e92af32cb18759c2e638fc /propellor.cabal
parent44c76f760e98f377273d18f89107f8100c3a013c (diff)
propellor spin
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 0abc7d7c..0b551c80 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -25,19 +25,19 @@ Description:
Executable propellor
Main-Is: config.hs
- GHC-Options: -Wall
+ GHC-Options: -Wall -XPackageImports
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
- containers
+ containers, dataenc
if (! os(windows))
Build-Depends: unix
Library
- GHC-Options: -Wall
+ GHC-Options: -Wall -XPackageImports
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
- containers
+ containers, dataenc
if (! os(windows))
Build-Depends: unix
@@ -65,6 +65,7 @@ Library
Propellor.Types
Other-Modules:
Utility.Applicative
+ Utility.Base64
Utility.Data
Utility.Directory
Utility.Env