summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--git-annex.cabal2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b481d9999..8dbcb07dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ git-annex (3.20111204) UNRELEASED; urgency=low
yet committed.
* sync: New command that synchronises the local repository and default
remote, by running git commit, pull, and push for you.
+ * Version monad-control dependency in cabal file.
-- Joey Hess <joeyh@debian.org> Sun, 04 Dec 2011 12:22:37 -0400
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