Use exceptions in place of deprecated MonadCatchIO-transformers
This commit is contained in:
parent
6e040807dd
commit
99b89b22fd
3 changed files with 7 additions and 5 deletions
|
@ -98,7 +98,7 @@ Executable git-annex
|
|||
containers, utf8-string, network (>= 2.0), mtl (>= 2),
|
||||
bytestring, old-locale, time, HTTP,
|
||||
extensible-exceptions, dataenc, SHA, process, json,
|
||||
base (>= 4.5 && < 4.9), monad-control, MonadCatchIO-transformers,
|
||||
base (>= 4.5 && < 4.9), monad-control, exceptions,
|
||||
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
|
||||
SafeSemaphore, uuid, random, dlist, unix-compat, async, stm (>= 2.3),
|
||||
data-default, case-insensitive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue