haskell-stack: apply small patch from Git to fix "stack repl" for GHC 8.x

This commit is contained in:
Peter Simons 2016-06-10 14:40:19 +02:00
parent ceaf0185bd
commit 0f7a0a0377

View File

@ -1041,4 +1041,10 @@ self: super: {
'';
}));
# https://github.com/commercialhaskell/stack/issues/2263
stack = appendPatch super.stack (pkgs.fetchpatch {
url = "https://github.com/commercialhaskell/stack/commit/7f7f1a5f67f4ecdd1f3009495f1ff101dd38047e.patch";
sha256 = "1yh2g45mkfpwxq0vyzcbc4nbxh6wmb2xpp0k7r5byd8jicgvli29";
});
}