From 2a108982ad95f9bba9bb1ae1c6152ef9b10be53c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Jul 2011 19:10:42 -0400 Subject: add monad-control to build depends Will use this to handle exceptions in the Annex monad, yay. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index eb02ae0ca..29ad80a58 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -31,7 +31,7 @@ Executable git-annex Build-Depends: haskell98, 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 + base < 5, monad-control Executable git-annex-shell Main-Is: git-annex-shell.hs -- cgit v1.2.3