ghc-8.8.x: patch regex-base to fix the build

This commit is contained in:
Peter Simons 2019-05-02 18:27:48 +00:00
parent c83c189696
commit fa5ebccbdf

View file

@ -66,5 +66,11 @@ self: super: {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/QuickCheck-2.13.1.patch";
sha256 = "138yrp3x5cnvncimrnhnkawz6clyk7fj3sr3y93l5szfr11kcvbl";
});
regex-base = appendPatch super.regex-base (pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/regex-base-0.93.2.patch";
sha256 = "138yrp3x5cnvncimrnhnkawz6clyk7fj3sr3y93l5szfr11kcv1l";
});
}