Merge pull request #55474 from Izorkin/uri-bytestring-fix-build

haskellPackages.uri-bytestring: fix build
This commit is contained in:
Peter Simons 2019-02-09 11:05:35 +01:00 committed by GitHub
commit aefd5cf8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1188,6 +1188,11 @@ self: super: {
these = doJailbreak super.these; # until these >= 0.7.6
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
# earlier versions, but we need the relaxed version bounds in GHC
# 8.4 builds. beam needs to release a round of updates that relax