haskell-aeson: ghc-8.8.x runs out of memory trying to compile the test suite

This commit is contained in:
Peter Simons 2019-05-12 09:27:28 +00:00
parent f944f8f9c5
commit 4619745465

View file

@ -183,7 +183,7 @@ self: super: {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/attoparsec-0.13.2.2.patch";
sha256 = "13i1p5g0xzxnv966nlyb77mfmxvg9jzbym1d36h1ajn045yf4igl";
});
aeson = appendPatch super.aeson (pkgs.fetchpatch {
aeson = appendPatch (dontCheck super.aeson) (pkgs.fetchpatch { # the test suite breaks the compiler
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/aeson-1.4.3.0.patch";
sha256 = "1z6wmsmc682qs3y768r0zx493dxardwbsp0wdc4dsx83c0m5x66f";
});