mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
haskell-stringsearch no longer needs patching for GHC 7.10.x.
This commit is contained in:
parent
b9dd22f1cb
commit
d75bcc16f7
@ -141,10 +141,6 @@ self: super: {
|
|||||||
sha256 = "1gphl0v87y2fjwkwp6j0bnksd0d9dr4pis6aw97rij477bm5mrvw";
|
sha256 = "1gphl0v87y2fjwkwp6j0bnksd0d9dr4pis6aw97rij477bm5mrvw";
|
||||||
stripLen = 1;
|
stripLen = 1;
|
||||||
});
|
});
|
||||||
stringsearch = appendPatch super.stringsearch (pkgs.fetchpatch {
|
|
||||||
url = "https://bitbucket.org/api/2.0/repositories/dafis/stringsearch/pullrequests/3/patch";
|
|
||||||
sha256 = "1j2a327m3bjl8k4dipc52nlh2ilg94gdcj9hdmdq62yh2drslvgx";
|
|
||||||
});
|
|
||||||
mono-traversable = appendPatch super.mono-traversable (pkgs.fetchpatch {
|
mono-traversable = appendPatch super.mono-traversable (pkgs.fetchpatch {
|
||||||
url = "https://github.com/snoyberg/mono-traversable/pull/68.patch";
|
url = "https://github.com/snoyberg/mono-traversable/pull/68.patch";
|
||||||
sha256 = "11hqf6hi3sc34wl0fn4rpigdf7wfklcjv6jwp8c3129yphg8687h";
|
sha256 = "11hqf6hi3sc34wl0fn4rpigdf7wfklcjv6jwp8c3129yphg8687h";
|
||||||
|
Loading…
Reference in New Issue
Block a user