haskellPackages.uri-bytestring: fix build
This commit is contained in:
parent
20dc7bfc5a
commit
fe7b682e6d
@ -1188,6 +1188,11 @@ self: super: {
|
|||||||
these = doJailbreak super.these; # until these >= 0.7.6
|
these = doJailbreak super.these; # until these >= 0.7.6
|
||||||
insert-ordered-containers = appendPatch super.insert-ordered-containers ./patches/insert-ordered-containers-fix-test.patch;
|
insert-ordered-containers = appendPatch super.insert-ordered-containers ./patches/insert-ordered-containers-fix-test.patch;
|
||||||
|
|
||||||
|
uri-bytestring = appendPatch super.uri-bytestring (pkgs.fetchpatch {
|
||||||
|
url = "https://github.com/Soostone/uri-bytestring/commit/e5c5602a97160a6a6304a24947e33e47c9155460.patch";
|
||||||
|
sha256 = "1qwy8bj6vywhp0075dza8j90zrzsm3144qz3c703s9c4n6pg3gw4";
|
||||||
|
});
|
||||||
|
|
||||||
# These patches contain fixes for 8.6 that should be safe for
|
# These patches contain fixes for 8.6 that should be safe for
|
||||||
# earlier versions, but we need the relaxed version bounds in GHC
|
# earlier versions, but we need the relaxed version bounds in GHC
|
||||||
# 8.4 builds. beam needs to release a round of updates that relax
|
# 8.4 builds. beam needs to release a round of updates that relax
|
||||||
|
Loading…
Reference in New Issue
Block a user