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.
This commit is contained in:
parent
ca7831ce79
commit
5f749a0665
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -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,
|
||||
|
|
|
@ -97,7 +97,7 @@ Executable git-annex
|
|||
Build-Depends: MissingH, hslogger, directory, filepath,
|
||||
containers, utf8-string, network (>= 2.0), mtl (>= 2),
|
||||
bytestring, old-locale, time, dataenc, SHA, process, json,
|
||||
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.5), transformers,
|
||||
base (>= 4.5 && < 4.9), monad-control, exceptions (>= 0.6), transformers,
|
||||
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
|
||||
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
|
||||
data-default, case-insensitive, http-conduit, http-types
|
||||
|
|
Loading…
Reference in a new issue