ghc-8.8.x: patch QuickCheck to fix the build

This commit is contained in:
Peter Simons 2019-05-02 18:16:59 +00:00
parent 3362111abf
commit c83c189696

View File

@ -62,5 +62,9 @@ self: super: {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/dlist-0.8.0.6.patch";
sha256 = "0lkhibfxfk6mi796mrjgmbb50hbyjgc7xdinci64dahj8325jlpc";
});
QuickCheck = appendPatch super.QuickCheck (pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/QuickCheck-2.13.1.patch";
sha256 = "138yrp3x5cnvncimrnhnkawz6clyk7fj3sr3y93l5szfr11kcvbl";
});
}