From 39fb2b15eb681ddf4b256a939de9ac908ba0bc75 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 4 Mar 2025 16:32:16 -0800 Subject: [PATCH] Add an upper bound for partialord, #7705 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ed072ccd..00db46b2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7846,6 +7846,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7704 - ghc-tcplugins-extra < 0.5 - ghc-typelits-natnormalise < 0.7.11 + + # https://github.com/commercialhaskell/stackage/issues/7705 + - partialord < 0.0.3 # end of Stackage upper bounds # end of packages