From 4e517909bf345f0f3221db6e51aabba6d58160d9 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 12 Jun 2024 00:17:08 -0700 Subject: [PATCH] Add an upper bound for fourmolu, #7449 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d3fb1e84..a2f2086b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8468,6 +8468,9 @@ packages: - http2 < 5.2.3 - http-semantics < 0.1 + # https://github.com/commercialhaskell/stackage/issues/7449 + - fourmolu < 0.16 + # end of Stackage upper bounds # end of packages