From 0085ef1aa68bb3f7495a1ddddb9dda7dff1c5bb7 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 21:40:33 -0800 Subject: [PATCH] Binary search, step 1 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f63869cb..94aa7bf4b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8251,16 +8251,16 @@ skipped-tests: - statistics - 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 - # 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 + - 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 + - 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