summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-06 13:13:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-06 13:15:57 -0400
commit730041688d616bff4df745c6605bbaff52733513 (patch)
tree1adfa689ee8d958547c69d0135f3b2342148e561 /git-annex.cabal
parent5e7e873853f9ffdf1fc191c5477829c3627da0c6 (diff)
add modules needed for using the new monad-control
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 7be78053f..d701cd699 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -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