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:
parent
ba24102ee8
commit
a984b76bfd
@ -1485,6 +1485,10 @@ self: super: {
|
|||||||
})
|
})
|
||||||
] super.pipes-aeson;
|
] 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 [
|
moto-postgresql = appendPatches [
|
||||||
# https://gitlab.com/k0001/moto/-/merge_requests/3
|
# https://gitlab.com/k0001/moto/-/merge_requests/3
|
||||||
(fetchpatch {
|
(fetchpatch {
|
||||||
|
Loading…
Reference in New Issue
Block a user