From f4988e868ea6e44e7030a3e7f180fba475197214 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Fri, 21 May 2021 20:34:58 -0500 Subject: [PATCH] Add upper bounds for persistent-2.13 and related packages, #6029 --- build-constraints.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ab57e167..43069a31 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5233,6 +5233,14 @@ packages: - time-compat < 1.9.6 - hashable-time < 0.3 + # https://github.com/commercialhaskell/stackage/issues/6029 + - persistent < 2.13 + - persistent-sqlite < 2.13.0.0 + - esqueleto < 3.4.2.1 + - persistent-mysql < 2.13.0.0 + - persistent-postgresql < 2.13.0.0 + - persistent-test < 2.13.0.0 + # end of packages