From c5b8c47205b6145a3ff361eba0de364ab9480abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Thu, 18 Jul 2024 06:15:32 +0200 Subject: [PATCH] Bound for `text-rope` (#7486). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3d8efc46..263bd58b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8446,6 +8446,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7481 - network-run < 0.4 + + # https://github.com/commercialhaskell/stackage/issues/7486 + - text-rope < 0.3 # end of Stackage upper bounds # end of packages