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:
Ellie Hermaszewska 2021-10-18 20:29:14 +08:00
parent f5e1fc6ad5
commit 1466afbb97
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A

View File

@ -239,10 +239,12 @@ self: super: {
# https://github.com/Soostone/retry/issues/71
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";
sha256 = "04wi1jskr3j8ayh88kkx4irvhhgz0i7aj6fblzijy0fygikvidpy";
});
}));
# hlint 3.3 needs a ghc-lib-parser newer than the one from stackage
hlint = super.hlint_3_3_4.overrideScope (self: super: {