add modules needed for using the new monad-control
This commit is contained in:
parent
5e7e873853
commit
730041688d
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ Executable git-annex
|
|||
Main-Is: git-annex.hs
|
||||
Build-Depends: MissingH, hslogger, directory, filepath,
|
||||
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
||||
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, HTTP,
|
||||
base < 5, monad-control, json
|
||||
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
|
||||
base < 5, monad-control, transformers-base, lifted-base
|
||||
|
||||
Executable git-annex-shell
|
||||
Main-Is: git-annex-shell.hs
|
||||
|
|
Loading…
Reference in a new issue