From ee0f86eb3197773fca5d39aaf8794c4c83ff51f7 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 17 Apr 2024 02:17:38 -0500 Subject: [PATCH] Add upper bound for network, #7381 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 4e5c272b..35f55a54 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8455,6 +8455,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7384 - linear < 1.23 + + # https://github.com/commercialhaskell/stackage/issues/7381 + - network < 3.2 # end of Stackage upper bounds # end of packages