haskellPackages.pipes-http: allow bytestring 0.11

Jailbreak ahead of
https://github.com/Gabriella439/Haskell-Pipes-HTTP-Library/pull/17
This commit is contained in:
Robert Hensing 2022-12-10 17:17:56 +01:00
parent ba24102ee8
commit a984b76bfd

View file

@ -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 {