From e3f1a597a030ef7899f64af4997f255a03b90237 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Jul 2024 01:57:46 +0800 Subject: [PATCH] unicode-transforms still requires unicode < 0.5 (#7473) --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7fb7ec63..2f969714 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8500,7 +8500,7 @@ packages: - file-embed-lzma < 0.1 # https://github.com/commercialhaskell/stackage/issues/7473 - - unicode-data < 0.6 + - unicode-data < 0.5 # end of Stackage upper bounds # end of packages