From 842c1b4567b8119249f34622e496aa32b2cbc504 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 22:18:34 -0800 Subject: [PATCH] Binary search, step 4 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 83aa2a20..66e877b6 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8253,8 +8253,8 @@ skipped-tests: - tasty-expected-failure # via tasty-hedgehog - tasty-quickcheck # via regex-tdfa, https://github.com/commercialhaskell/stackage/issues/7493 # temporary # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - # random # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - # doctest # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - random # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + - doctest # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 # prettyprinter-ansi-terminal # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - vector # doctest - vector-binary-instances