summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2015-06-30 16:49:52 -0400
committerJoey Hess2015-06-30 16:49:52 -0400
commit7cd4c0054fc11e142a7e72e94b108638fed6e747 (patch)
tree993cc086e9335b52ae47538d926d532836547f23 /propellor.cabal
parentfc04d0d81df909904fa655372ee005138f3b6ea7 (diff)
Version dependency on exceptions.
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal
index d09e7590..ad9f4530 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -38,7 +38,7 @@ Executable propellor
Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5,
IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal,
containers, network, async, time, QuickCheck, mtl, transformers,
- exceptions
+ exceptions (>= 0.6)
if (! os(windows))
Build-Depends: unix