summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-22 12:41:28 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-22 12:41:28 -0400
commit96c1fb357cbf034b96d0f511599b2a68de72ad87 (patch)
tree9cc2ab5bdf073bae1c23c4c7cb2b91d89adf5a88 /CHANGELOG
parent2415b7cb45ecf5818317621c8b5402b404cc2a8f (diff)
cabal constraints for aws and esqueleto
closes https://github.com/joeyh/git-annex/pull/55 * git-annex.cabal: Temporarily limit to http-conduit <2.2.0 since aws 0.14.0 is not compatible with the newer version. * git-annex.cabal: Temporarily limit to persistent <2.5 since esqueleto 2.4.3 is not compatible with the newer version.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index efab17b42..79e4dc1bd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,10 @@ git-annex (6.20160620) UNRELEASED; urgency=medium
* Added --branch option to copy, drop, fsck, get, metadata, mirror, move,
and whereis commands. This option makes git-annex operate on files that
are included in a specified branch (or other treeish).
+ * git-annex.cabal: Temporarily limit to http-conduit <2.2.0
+ since aws 0.14.0 is not compatible with the newer version.
+ * git-annex.cabal: Temporarily limit to persistent <2.5
+ since esqueleto 2.4.3 is not compatible with the newer version.
-- Joey Hess <id@joeyh.name> Wed, 20 Jul 2016 12:03:15 -0400