From 4a89306ef81a75f0df3b2abc47569f560e3b6687 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 22:05:19 -0800 Subject: [PATCH] Binary search, step 2 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 94aa7bf4..e43a083d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8256,17 +8256,11 @@ skipped-tests: - 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 - - optparse-applicative # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - - tasty # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - - tasty-bench # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - - random # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - - test-framework # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - # test-framework-quickcheck2 # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - # half # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - # OpenGLRaw # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - # OpenGL # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - # OpenAL # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - # ALUT # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + # optparse-applicative # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + # tasty # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + # tasty-bench # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + # random # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 + # test-framework # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493 - vector # doctest - vector-binary-instances