From 540d32a7667e5304d6af3b92f24bd658425cf83d Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 18 Nov 2024 14:32:30 +0100 Subject: [PATCH] data-default and logict upper bounds #7545 #7582 --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 697fa18e..a69f4bc0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8019,6 +8019,8 @@ packages: - tls < 2.1.2 - diagrams-postscript < 1.5.2 - warp-tls < 3.4.10 + - strive < 6.0.0.13 + - wuss < 2.0.2.1 # https://github.com/commercialhaskell/stackage/issues/7552 - brick < 2.5 @@ -8028,6 +8030,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7560 - ihaskell < 0.12.0.0 + + # https://github.com/commercialhaskell/stackage/issues/7582 + - logict < 0.8.2.0 + # end of Stackage upper bounds # end of packages