haskell-arrows: apply patch to fix build with ghc 8.4.1

This commit is contained in:
Peter Simons 2018-03-29 11:06:55 +02:00
parent 508e583105
commit a7203c54e8

View file

@ -637,4 +637,10 @@ self: super: {
# https://github.com/xmonad/xmonad-contrib/issues/235
xmonad-contrib = doJailbreak (appendPatch super.xmonad-contrib ./patches/xmonad-contrib-ghc-8.4.1-fix.patch);
# Contributed by Bertram Felgenhauer <int-e@gmx.de>.
arrows = appendPatch super.arrows (pkgs.fetchpatch {
url = https://raw.githubusercontent.com/lambdabot/lambdabot/ghc-8.4.1/patches/arrows-0.4.4.1.patch;
sha256 = "0j859vclcfnz8n2mw466mv00kjsa9gdbrppjc1m3b68jbypdmfvr";
});
}