From ddf4e0a4edc7eaa81cac5e5c9e1e99facd18bea6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Sep 2016 14:14:06 -0400 Subject: [PATCH] revert 3fac05bf5e8843402d93451fcf340e9d094cf53c This broke the windows build, the android build, the debian stable build, ... --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 047ea82b97..bd9d0dc1b2 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,