mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
haskell.packages.ghc865.rebase: jailbreak on ghc 8.6
This commit is contained in:
parent
c6ff9d9265
commit
ff263519a6
@ -64,6 +64,7 @@ self: super: {
|
|||||||
monad-par = dontCheck super.monad-par; # https://github.com/simonmar/monad-par/issues/66
|
monad-par = dontCheck super.monad-par; # https://github.com/simonmar/monad-par/issues/66
|
||||||
github = dontCheck super.github; # hspec upper bound exceeded; https://github.com/phadej/github/pull/341
|
github = dontCheck super.github; # hspec upper bound exceeded; https://github.com/phadej/github/pull/341
|
||||||
binary-orphans = dontCheck super.binary-orphans; # tasty upper bound exceeded; https://github.com/phadej/binary-orphans/commit/8ce857226595dd520236ff4c51fa1a45d8387b33
|
binary-orphans = dontCheck super.binary-orphans; # tasty upper bound exceeded; https://github.com/phadej/binary-orphans/commit/8ce857226595dd520236ff4c51fa1a45d8387b33
|
||||||
|
rebase = doJailbreak super.rebase; # time ==1.9.* is too low
|
||||||
|
|
||||||
# https://github.com/jgm/skylighting/issues/55
|
# https://github.com/jgm/skylighting/issues/55
|
||||||
skylighting-core = dontCheck super.skylighting-core;
|
skylighting-core = dontCheck super.skylighting-core;
|
||||||
|
Loading…
Reference in New Issue
Block a user