haskell-colour: drop obsolete ghc-8.8.x patch

This commit is contained in:
Peter Simons 2019-05-09 14:29:43 +00:00
parent 03edc1e5c5
commit 65cb34b159

View File

@ -85,10 +85,6 @@ self: super: {
buildTools = with pkgs; [autoconf];
preConfigure = "autoreconf --install";
});
colour = appendPatch super.colour (pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/colour-2.3.4.patch";
sha256 = "1h318dczml9qrmfvlz1d12iji86klaxvz63k9g9awibwz8lw2i79";
});
dlist = appendPatch super.dlist (pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/dlist-0.8.0.6.patch";
sha256 = "0lkhibfxfk6mi796mrjgmbb50hbyjgc7xdinci64dahj8325jlpc";