From a984b76bfd477719a1d58655f9073460d24c62ed Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Sat, 10 Dec 2022 17:17:56 +0100 Subject: [PATCH] haskellPackages.pipes-http: allow bytestring 0.11 Jailbreak ahead of https://github.com/Gabriella439/Haskell-Pipes-HTTP-Library/pull/17 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index dba4c4ca170d..c9e66459522c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1485,6 +1485,10 @@ self: super: { }) ] super.pipes-aeson; + # Needs bytestring 0.11 + # https://github.com/Gabriella439/Haskell-Pipes-HTTP-Library/pull/17 + pipes-http = doJailbreak super.pipes-http; + moto-postgresql = appendPatches [ # https://gitlab.com/k0001/moto/-/merge_requests/3 (fetchpatch {