diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-10 11:15:47 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-10 11:15:47 -0400 |
| commit | e0a47a59d965c06be9f5985db8b9234b5544ca33 (patch) | |
| tree | 0927c39999eac28a8b21f83972d50c94e58d12b5 /propellor.cabal | |
| parent | a6fba965a4dd43546584ee35288abc11045d5af5 (diff) | |
| parent | 9608a390d2ded501a2b3fcbbb17e968314f1689d (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/propellor.cabal b/propellor.cabal index a6d00a03..5ec657a9 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -36,11 +36,11 @@ Executable propellor Main-Is: wrapper.hs GHC-Options: -Wall -threaded -O0 Hs-Source-Dirs: src - Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, + Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers, network, async, time, QuickCheck, mtl, MonadCatchIO-transformers - + if (! os(windows)) Build-Depends: unix @@ -48,7 +48,7 @@ Executable propellor-config Main-Is: config.hs GHC-Options: -Wall -threaded -O0 Hs-Source-Dirs: src - Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, + Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers, network, async, time, QuickCheck, mtl, MonadCatchIO-transformers @@ -59,7 +59,7 @@ Executable propellor-config Library GHC-Options: -Wall -O0 Hs-Source-Dirs: src - Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, + Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers, network, async, time, QuickCheck, mtl, MonadCatchIO-transformers @@ -87,6 +87,7 @@ Library Propellor.Property.Obnam Propellor.Property.OpenId Propellor.Property.Postfix + Propellor.Property.Prosody Propellor.Property.Reboot Propellor.Property.Scheduled Propellor.Property.Service |
