From 93750026c32bb2558883a773c41ca9f1b277f213 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Aug 2014 14:37:14 -0400 Subject: 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. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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, -- cgit v1.2.3