From c5267802f38eb020edee8143d5a097296232bb35 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Dec 2011 12:49:44 -0400 Subject: version dependency on old monad-control This should let cabal build it with the right version. --- 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 7be78053f..8f5d6ebb8 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -31,7 +31,7 @@ Executable git-annex 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 + base < 5, monad-control < 0.3, json Executable git-annex-shell Main-Is: git-annex-shell.hs -- cgit v1.2.3