From 27a9faece5c07e31a2aa2b8a9b450aff17b2c0e2 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 20:32:50 -0800 Subject: [PATCH] Add upper bound to `doctest` for #7615 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 641e0040..e3f5a6bb 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1195,7 +1195,7 @@ packages: - hspec-wai-json - aeson-qq - interpolate - - doctest # 0.22.7 # build cycle with 0.22.7: should be fixed in random > 1.2.1.2 https://github.com/commercialhaskell/stackage/issues/7493 + - doctest < 0.23 # https://github.com/commercialhaskell/stackage/issues/7615 - base-compat "Mario Blazevic @blamario":