From 4aeb966cd2d2ec481863b61aaa1abc58177d54e2 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Thu, 15 Feb 2024 22:47:29 +0100 Subject: [PATCH] Upper bounds for #7316 #7317 --- build-constraints.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 723f5d06..0fdce863 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5430,6 +5430,7 @@ packages: - discount - distributed-process - distributed-static + - djot - dlist - dlist-instances - dlist-nonempty @@ -8543,6 +8544,15 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7312 - numhask < 0.12 + + # https://github.com/commercialhaskell/stackage/issues/7316 + - tls < 2 + - tls-session-manager < 0.0.5 + + # https://github.com/commercialhaskell/stackage/issues/7317 + - sbv < 10.4 + - crackNum < 3.7 + # end of Stackage upper bounds # end of packages @@ -8659,6 +8669,9 @@ package-flags: optparse-applicative_ge_0_18: true redact: optparse-applicative_ge_0_18: true + + directory-ospath-streaming: + os-string: false # end of package-flags # Special configure options for individual packages