haskell-flexible-defaults: apply patch to fix build with ghc 8.4.1

This commit is contained in:
Peter Simons 2018-03-29 11:09:33 +02:00
parent dc211abbb7
commit 9391f0912f
1 changed files with 6 additions and 0 deletions

View File

@ -643,4 +643,10 @@ self: super: {
sha256 = "0j859vclcfnz8n2mw466mv00kjsa9gdbrppjc1m3b68jbypdmfvr";
});
# Contributed by Bertram Felgenhauer <int-e@gmx.de>.
flexible-defaults = appendPatch super.flexible-defaults (pkgs.fetchpatch {
url = https://raw.githubusercontent.com/lambdabot/lambdabot/ghc-8.4.1/patches/flexible-defaults-0.0.1.2.patch;
sha256 = "1bpsqq80h6nxm04wddgcgyzn0fjfsmhccmqb211jqswv5209znx8";
});
}