summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-17 14:37:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-17 14:37:14 -0400
commit93750026c32bb2558883a773c41ca9f1b277f213 (patch)
treecf005668522c85e088be71c50117a6479f7bde98 /debian/control
parentedcf28915288eec6558d49efe272808ede8a6d05 (diff)
fix lower bounds on version of exceptions
This is needed only because of the new MonadMask needed for bracket in the new version. Ifdefing it everywhere is not practical, since the Setup.hs uses it.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 1106bc89d..d43e370ac 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
libghc-dav-dev (>= 1.0) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
libghc-quickcheck2-dev,
libghc-monad-control-dev (>= 0.3),
- libghc-exceptions-dev,
+ libghc-exceptions-dev (>= 0.6),
libghc-transformers-dev,
libghc-unix-compat-dev,
libghc-dlist-dev,