From fe7b682e6d9e2eb1c2a363a8abc53788adeca8a0 Mon Sep 17 00:00:00 2001 From: Izorkin Date: Sat, 9 Feb 2019 12:42:39 +0300 Subject: [PATCH] haskellPackages.uri-bytestring: fix build --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 423abfc2f7c2..75e2f80e463c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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