From cdeef05b1188f087af9011301e46d3b12f377cb0 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Sep 2023 23:57:54 -0700 Subject: [PATCH] Add constraint "mpi-hs < 0.7.3" per #7124 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index deb31e33..4a981dc2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8283,6 +8283,9 @@ packages: - tasty < 1.5 - tasty-quickcheck < 0.10.3 + # https://github.com/commercialhaskell/stackage/issues/7124 + - mpi-hs < 0.7.3 + # end of Stackage upper bounds # end of packages