Merge pull request #108780 from cideM/unbreak-co-log

co-log, chronos: unmarkBroken by disabling tests for chronos
This commit is contained in:
Dennis Gosnell
2021-01-09 23:27:08 +09:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -954,6 +954,10 @@ self: super: {
# Work around overspecified constraint on github ==0.18.
github-backup = doJailbreak super.github-backup;
# https://github.com/andrewthad/chronos/issues/62
# doctests are failing on newer GHC versions
chronos = dontCheck super.chronos;
# Test suite depends on cabal-install
doctest = dontCheck super.doctest;