Skip to content

Commit 820df1e

Browse files
committed
Binary search, step 3
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
1 parent 4a89306 commit 820df1e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

build-constraints.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8252,15 +8252,10 @@ skipped-tests:
82528252
- syb
82538253
- tasty-expected-failure # via tasty-hedgehog
82548254
- tasty-quickcheck # via regex-tdfa, https://github.com/commercialhaskell/stackage/issues/7493
8255-
- temporary # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8256-
- random # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8257-
- doctest # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8258-
- prettyprinter-ansi-terminal # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8259-
# optparse-applicative # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8260-
# tasty # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8261-
# tasty-bench # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8255+
# temporary # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
82628256
# random # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8263-
# test-framework # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8257+
# doctest # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
8258+
# prettyprinter-ansi-terminal # via random, doctest, https://github.com/commercialhaskell/stackage/issues/7493
82648259
- vector # doctest
82658260
- vector-binary-instances
82668261

0 commit comments

Comments
 (0)