haskellPackages.pipes-http: allow bytestring >= 0.12

This commit is contained in:
sternenseemann
2025-02-11 22:31:57 +01:00
parent 164d61a4d6
commit 2c8bbc8c3a
@@ -857,6 +857,10 @@ self: super: {
# "base" dependency.
haddock-cheatsheet = doJailbreak super.haddock-cheatsheet;
# Too strict bounds on bytestring < 0.12
# https://github.com/Gabriella439/Haskell-Pipes-HTTP-Library/issues/18
pipes-http = doJailbreak super.pipes-http;
# no haddock since this is an umbrella package.
cloud-haskell = dontHaddock super.cloud-haskell;