From 04718f725372f43c2528851f2e90e9c9acdee5d7 Mon Sep 17 00:00:00 2001 From: Matt Parsons Date: Fri, 6 Nov 2020 09:37:17 -0700 Subject: [PATCH] Modify persistent-test blocker message I've updated `persistent-test` on Hackage to have appropriate version bounds, so it should build when `persistent-2.11` is on Stackage. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7ec8eed..b5546d96 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -655,7 +655,7 @@ packages: - persistent-postgresql < 2.11 # via persistent-2.11 - persistent-sqlite < 2.11 # via persistent-2.11 - persistent-template < 2.8.3 # via persistent-2.11 (#5347/closed) - - persistent-test < 0 # https://github.com/commercialhaskell/stackage/issues/5641 + - persistent-test < 0 # via persistent-2.11 # - stackage-curator # http-conduit 2.3 via amazonka - store - wai-extra