diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-29 14:26:13 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-29 14:26:13 -0400 |
| commit | 681e4dbbcb880e8e2526519fc58d4f2994a41577 (patch) | |
| tree | 58f0951f6fc4fc7c534b7c293592386b7575164a /propellor.cabal | |
| parent | 960745b95e96e3d276e275554584c9bd13565f5b (diff) | |
propellor spin
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/propellor.cabal b/propellor.cabal index 105eac97..11b14bb9 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -37,8 +37,8 @@ Executable propellor Hs-Source-Dirs: src 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 + containers, network, async, time, QuickCheck, mtl, transformers, + exceptions if (! os(windows)) Build-Depends: unix @@ -49,8 +49,8 @@ Executable propellor-config Hs-Source-Dirs: src 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 + containers, network, async, time, QuickCheck, mtl, transformers, + exceptions if (! os(windows)) Build-Depends: unix @@ -60,8 +60,8 @@ Library Hs-Source-Dirs: src 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 + containers, network, async, time, QuickCheck, mtl, transformers, + exceptions if (! os(windows)) Build-Depends: unix |
