summaryrefslogtreecommitdiff
path: root/doc/bugs
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 /doc/bugs
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 'doc/bugs')
-rw-r--r--doc/bugs/cabal_constraints_for_aws_and_esqueleto.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/cabal_constraints_for_aws_and_esqueleto.mdwn b/doc/bugs/cabal_constraints_for_aws_and_esqueleto.mdwn
index 19daf83dc..4b4780326 100644
--- a/doc/bugs/cabal_constraints_for_aws_and_esqueleto.mdwn
+++ b/doc/bugs/cabal_constraints_for_aws_and_esqueleto.mdwn
@@ -23,3 +23,6 @@ esqueleto 2.4.3 is incompatible with persistent 2.5
https://github.com/prowdsponsor/esqueleto/issues/137
https://github.com/prowdsponsor/esqueleto/pull/141
https://github.com/prowdsponsor/esqueleto/pull/139
+
+> I assume this will be sorted out upstream, but I don't mind temporarily
+> adding the constraints. [[done]] --[[Joey]]