From 9f2cc181fc7e4b1f3200982b6415edf59bda9c3e Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 3 Jun 2025 20:50:25 -0700 Subject: [PATCH] Add upper bound for NanoID, #7763 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 9099f00d..5f5cd277 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7873,6 +7873,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7762 - brick < 2.9 + + # https://github.com/commercialhaskell/stackage/issues/7763 + - NanoID < 3.4.1 # end of Stackage upper bounds # end of packages