summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-10 12:49:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-10 12:56:02 -0400
commitc5267802f38eb020edee8143d5a097296232bb35 (patch)
tree63a69a78b19118ef9bb289d4df38a9df65853cbb /git-annex.cabal
parentd6fafc463e5335ed515c45ebff2454c795323e3f (diff)
version dependency on old monad-control
This should let cabal build it with the right version.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
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