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
wip/yesman
Florian Beeres 3 years ago
parent 08fc5efd43
commit 39476955ed
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix
  2. 2
      pkgs/development/haskell-modules/configuration-hackage2nix.yaml

@ -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;

@ -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

Loading…
Cancel
Save