co-log, chronos: unmarkBroken

co-log fails to compile due to its dependency on chronos, which fails to
compile because the doctests fail with newer GHC versions. So we just
disable the doctests and thus unbreak both.

https://github.com/andrewthad/chronos/issues/62
This commit is contained in:
Florian Beeres 2021-01-08 16:54:45 +01:00
parent 08fc5efd43
commit 39476955ed
2 changed files with 4 additions and 2 deletions

View file

@ -928,6 +928,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;

View file

@ -3950,7 +3950,6 @@ broken-packages:
- ChristmasTree
- chromatin
- chronograph
- chronos
- chronos-bench
- chu2
- chunks
@ -4061,7 +4060,6 @@ broken-packages:
- cmt
- cmv
- cnc-spec-compiler
- co-log
- co-log-polysemy
- co-log-polysemy-formatting
- co-log-sys