mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
haskell-stack: apply small patch from Git to fix "stack repl" for GHC 8.x
This commit is contained in:
parent
ceaf0185bd
commit
0f7a0a0377
@ -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";
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user