haskell-shakespeare: patch to fix build with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-05-12 09:30:31 +00:00
parent 4619745465
commit 12982ef5cd

View file

@ -191,5 +191,9 @@ self: super: {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/cassava-0.5.1.0.patch";
sha256 = "11scwwjp94si90vb8v5yr291g9qwv5l223z8y0g0lc63932bp63g";
});
shakespeare = appendPatch super.shakespeare (pkgs.fetchpatch {
url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/shakespeare-2.0.20.patch";
sha256 = "1dgx41ylahj4wk8r422aik0d7qdpawdga4gqz905nvlnhqjla58y";
});
}