summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 14:14:06 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-06 14:14:06 -0400
commit658810e449afa5e90f012dd20f6d2ab3864ccb42 (patch)
tree55cbf710f8d0b14ebe2f5dfb675e51475af7c0ad
parente39f38bfef54798950e0eb03908d99d42fa88841 (diff)
This broke the windows build, the android build, the debian stable build, ...
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 047ea82b9..bd9d0dc1b 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -363,7 +363,7 @@ Executable git-annex
-- Old version needed due to
-- https://github.com/prowdsponsor/esqueleto/issues/137
-- and also temporarily to make ghc 8 builds work
- persistent (== 2.2.4.1),
+ persistent (< 2.5),
persistent-template,
aeson,
unordered-containers,