haskell-GenericPretty: apply upstream patch to fix the build with ghc 8.4.x

This commit is contained in:
Peter Simons 2018-03-10 13:13:37 +01:00
parent 70aa779445
commit 0ff88fb2ab

@ -790,4 +790,11 @@ self: super: {
# Older versions don't compile.
hackage-db = super.hackage-db_2_0_1;
# https://github.com/RazvanRanca/GenericPretty/issues/2
GenericPretty = appendPatch super.GenericPretty (pkgs.fetchpatch
{ url = https://github.com/RazvanRanca/GenericPretty/pull/3.patch;
sha256 = "1dpdqsjmy9j9b6md5r9jyhbxnxjd51nmfb5in01j10iqzhj9j51k";
}
);
}