From 18652f935746b8e49ac45a08776d3b818ef9c913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Wed, 14 May 2025 07:06:01 +0200 Subject: [PATCH] Upper bound `monoid-extras < 0.7` (#7755). --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2ac6e9b7..bd582fbe 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7828,6 +7828,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7723 - sorted-list < 0.3 + + # https://github.com/commercialhaskell/stackage/issues/7755 + - monoid-extras < 0.7 # end of Stackage upper bounds # end of packages