From e98961a5e2f258122474b8ae8a41ba84ad49dd81 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 20:30:50 -0800 Subject: [PATCH] Upper bound `random` for #7648 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 16783b5f..641e0040 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5495,7 +5495,7 @@ packages: - quickcheck-unicode - quicklz - ral # req'd by boring - - random + - random < 1.3.0 # https://github.com/commercialhaskell/stackage/issues/7648 - random-shuffle - range-set-list - ratio-int