From e63f95bd5f4411130e8db6222c4f2e28df3b442c Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 22:21:53 -0800 Subject: [PATCH] Binary search, step 5 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 66e877b6..f9d3b6c8 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8252,10 +8252,10 @@ skipped-tests: - syb - 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 - # prettyprinter-ansi-terminal # via random, doctest, 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 + - prettyprinter-ansi-terminal # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - vector # doctest - vector-binary-instances