From 820df1e0f7cffe5d47b3e054d18d5274d4ae67cc Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 5 Jan 2025 22:14:51 -0800 Subject: [PATCH] Binary search, step 3 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e43a083d..83aa2a20 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8252,15 +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 - # 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 + # temporary # 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 + # 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