Disable checkers, it's a build failure, not a test failure, #5433

This commit is contained in:
Alexey Zabelin 2020-06-17 09:04:22 -07:00
parent 7c3749c3bc
commit 4690e59cbb
No known key found for this signature in database
GPG Key ID: ACCAC0BCE271B847

View File

@ -4343,7 +4343,7 @@ packages:
- cereal
- cereal-text
- cereal-vector
- checkers
- checkers < 0 # https://github.com/commercialhaskell/stackage/issues/5433
- chunked-data
- cipher-aes128 < 0 # via Cabal-3.0.0.0
- cipher-blowfish < 0 # MonadFail
@ -5324,7 +5324,6 @@ skipped-tests:
- config-ini # https://github.com/aisamanra/config-ini/issues/22
- polysemy-plugin # https://github.com/commercialhaskell/stackage/issues/4733
- primitive-extras # https://github.com/commercialhaskell/stackage/issues/5210
- checkers # https://github.com/commercialhaskell/stackage/issues/5433
# Runtime issues
- blank-canvas # Never finishes https://github.com/ku-fpg/blank-canvas/issues/73