We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ff9d9 commit ff26351Copy full SHA for ff26351
1 file changed
pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -64,6 +64,7 @@ self: super: {
64
monad-par = dontCheck super.monad-par; # https://github.com/simonmar/monad-par/issues/66
65
github = dontCheck super.github; # hspec upper bound exceeded; https://github.com/phadej/github/pull/341
66
binary-orphans = dontCheck super.binary-orphans; # tasty upper bound exceeded; https://github.com/phadej/binary-orphans/commit/8ce857226595dd520236ff4c51fa1a45d8387b33
67
+ rebase = doJailbreak super.rebase; # time ==1.9.* is too low
68
69
# https://github.com/jgm/skylighting/issues/55
70
skylighting-core = dontCheck super.skylighting-core;
0 commit comments