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