haskell-attoparsec: apply patches to fix the build with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-05-09 15:39:59 +00:00
parent 7055bea4a9
commit 44ac450719

View File

@ -153,5 +153,9 @@ self: super: {
sha256 = "1lhas4s2ms666prb475gaw2bqw1v4y8cxi66sy20j727sx7ppjs7";
});
unordered-containers = self.unordered-containers_0_2_10_0;
attoparsec = appendPatch super.attoparsec (pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/attoparsec-0.13.2.2.patch";
sha256 = "13i1p5g0xzxnv966nlyb77mfmxvg9jzbym1d36h1ajn045yf4igl";
});
}