diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-06 14:29:12 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-06 14:29:12 -0400 |
| commit | 9ec4b33dbb62e42b8d284d1aeddf32a395fd7cc0 (patch) | |
| tree | b9067a945a430af4868be1a0fcf052db5c4cd5fc /propellor.cabal | |
| parent | b4877efea5375cb83951d6dd1d3dbf9d70208cf8 (diff) | |
| parent | 160eff0eb7ebbb2da2c3864dbe83bf7db76c8bb6 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'propellor.cabal')
| -rw-r--r-- | propellor.cabal | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/propellor.cabal b/propellor.cabal index 105eac97..5120ab89 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.3.0 +Version: 2.4.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess <id@joeyh.name> @@ -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 |
