Merge pull request #53158 from ryantm/haskell-binary-orphans
haskellPackages.binary-orphans: dontCheck
This commit is contained in:
commit
d62e013359
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ self: super: {
|
||||||
RSA = dontCheck super.RSA; # https://github.com/GaloisInc/RSA/issues/14
|
RSA = dontCheck super.RSA; # https://github.com/GaloisInc/RSA/issues/14
|
||||||
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
|
||||||
|
|
||||||
# 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 a new issue