Remove base-orphans' test suite from skipped-tests

`base-orphans` was mysteriously listed in the `skipped-tests`
category due to cyclic dependencies. Despite this, I am unable to
observe the supposed cyclic dependencies when I build it locally.
As a result, I'm going to optimistically remove it from this
category.
This commit is contained in:
Ryan Scott 2019-09-27 07:26:01 -04:00
parent 39a27b360f
commit 3d8adbdb63

View File

@ -6250,9 +6250,6 @@ skipped-tests:
# fails with ghc 8.8
- alex # as of alex-3.2.4
# Cyclic dependencies
- base-orphans # via hspec
# test-framework per ghc 8.8
- stm-conduit # via test-framework
- conduit-zstd # via test-framework