From fa303337a86cc2f7129b7a078dea71fb204be2e2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 12 Apr 2022 12:24:58 +0200 Subject: [PATCH] persistent upper bounds for #6537 --- build-constraints.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2f0bafe6..122d115b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7370,7 +7370,12 @@ packages: - zydiskell < 0 # tried zydiskell-0.2.0.0, but its *library* does not support: storable-record-0.0.6 # End of Library and exe bounds failures - "Stackage upper bounds": [] + "Stackage upper bounds": + # https://github.com/commercialhaskell/stackage/issues/6537 + # only compile failures in reverse dependencies + - persistent < 2.14 + - persistent-qq < 2.12.0.3 + - persistent-test < 2.13.1.3 # end of packages