haskell.packages.ghc921.streaming-commons: disable tests
Due to https://github.com/haskell/text/issues/380 and https://github.com/fpco/streaming-commons/issues/60
This commit is contained in:
parent
f5e1fc6ad5
commit
1466afbb97
1 changed files with 4 additions and 2 deletions
|
@ -239,10 +239,12 @@ self: super: {
|
||||||
# https://github.com/Soostone/retry/issues/71
|
# https://github.com/Soostone/retry/issues/71
|
||||||
retry = dontCheck super.retry;
|
retry = dontCheck super.retry;
|
||||||
|
|
||||||
streaming-commons = appendPatch super.streaming-commons (pkgs.fetchpatch {
|
# Disable tests pending resolution of
|
||||||
|
# https://github.com/haskell/text/issues/380 or https://github.com/fpco/streaming-commons/issues/60
|
||||||
|
streaming-commons = dontCheck (appendPatch super.streaming-commons (pkgs.fetchpatch {
|
||||||
url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/streaming-commons-0.2.2.1.patch";
|
url = "https://gitlab.haskell.org/ghc/head.hackage/-/raw/dfd024c9a336c752288ec35879017a43bd7e85a0/patches/streaming-commons-0.2.2.1.patch";
|
||||||
sha256 = "04wi1jskr3j8ayh88kkx4irvhhgz0i7aj6fblzijy0fygikvidpy";
|
sha256 = "04wi1jskr3j8ayh88kkx4irvhhgz0i7aj6fblzijy0fygikvidpy";
|
||||||
});
|
}));
|
||||||
|
|
||||||
# hlint 3.3 needs a ghc-lib-parser newer than the one from stackage
|
# hlint 3.3 needs a ghc-lib-parser newer than the one from stackage
|
||||||
hlint = super.hlint_3_3_4.overrideScope (self: super: {
|
hlint = super.hlint_3_3_4.overrideScope (self: super: {
|
||||||
|
|
Loading…
Reference in a new issue