diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-10 12:49:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-10 12:56:02 -0400 |
commit | c5267802f38eb020edee8143d5a097296232bb35 (patch) | |
tree | 63a69a78b19118ef9bb289d4df38a9df65853cbb | |
parent | d6fafc463e5335ed515c45ebff2454c795323e3f (diff) |
version dependency on old monad-control
This should let cabal build it with the right version.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | git-annex.cabal | 2 |
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 |