Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3950,7 +3950,6 @@ broken-packages:
- ChristmasTree
- chromatin
- chronograph
- chronos
- chronos-bench
- chu2
- chunks
Expand Down Expand Up @@ -4061,7 +4060,6 @@ broken-packages:
- cmt
- cmv
- cnc-spec-compiler
- co-log
- co-log-polysemy
- co-log-polysemy-formatting
- co-log-sys
Expand Down