From 14c562ad476261a141dc31bacafe89714340bf7f Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 17 Apr 2024 02:15:58 -0500 Subject: [PATCH] Add upper bound for linear, #7384 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index f600bb5f..4e5c272b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8452,6 +8452,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7352 - th-abstraction < 0.7 + + # https://github.com/commercialhaskell/stackage/issues/7384 + - linear < 1.23 # end of Stackage upper bounds # end of packages