summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2014-04-09 00:54:27 -0400
committerJoey Hess2014-04-09 00:54:27 -0400
commit064cdd8fc575e5a16fa20bf382387560e9e4c580 (patch)
treeaee8e55a2d5655941125041aba8558bd51ea3e35 /propellor.cabal
parent969f01eb73cee1e49faf0195de5c784182349261 (diff)
propellor spin
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal10
1 files changed, 7 insertions, 3 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 0869ef58..c3f4f4c0 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -38,7 +38,7 @@ Executable propellor
GHC-Options: -Wall
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
- containers, network, async
+ containers, network, async, time, QuickCheck
if (! os(windows))
Build-Depends: unix
@@ -48,7 +48,7 @@ Executable config
GHC-Options: -Wall -threaded
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
- containers, network, async
+ containers, network, async, time, QuickCheck
if (! os(windows))
Build-Depends: unix
@@ -57,7 +57,7 @@ Library
GHC-Options: -Wall
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
- containers, network, async
+ containers, network, async, time, QuickCheck
if (! os(windows))
Build-Depends: unix
@@ -73,6 +73,8 @@ Library
Propellor.Property.File
Propellor.Property.Network
Propellor.Property.Reboot
+ Propellor.Property.Scheduled
+ Propellor.Property.Service
Propellor.Property.Ssh
Propellor.Property.Sudo
Propellor.Property.Tor
@@ -103,9 +105,11 @@ Library
Utility.PosixFiles
Utility.Process
Utility.SafeCommand
+ Utility.Scheduled
Utility.ThreadScheduler
Utility.Tmp
Utility.UserInfo
+ Utility.QuickCheck
source-repository head
type: git