summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar ilovezfs <ilovezfs@icloud.com>2016-07-22 07:57:28 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-22 12:41:00 -0400
commit2415b7cb45ecf5818317621c8b5402b404cc2a8f (patch)
tree89dc5e3656384c04ea9797421c1c94962b9d7c36 /git-annex.cabal
parentbf2939567dc9584f26542a3e0836926e21437da0 (diff)
cabal constraints for aws and esqueleto
aws 0.14.0 is incompatible with http-conduit 2.2.0 https://github.com/aristidb/aws/issues/206 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 Solver needs these hints when building git-annex with +S3 and +Webapp.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 4524af5d5..d0ee98849 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -334,9 +334,9 @@ Executable git-annex
utf8-string, bytestring, text, sandi, json,
monad-control, transformers,
bloomfilter, edit-distance,
- resourcet, http-conduit, http-client, http-types,
+ resourcet, http-conduit (<2.2.0), http-client, http-types,
time, old-locale,
- esqueleto, persistent-sqlite, persistent, persistent-template,
+ esqueleto, persistent-sqlite, persistent (<2.5), persistent-template,
aeson,
feed,
regex-tdfa