haskellPackages.socket: allow bytestring == 0.12.*

This commit is contained in:
sternenseemann
2025-01-17 13:13:26 +01:00
parent 2a6e5e6eff
commit 38e18d0dd1
@@ -910,6 +910,9 @@ self: super: {
# https://github.com/input-output-hk/hedgehog-extras/issues/39
hedgehog-extras = doJailbreak super.hedgehog-extras;
# Allow bytestring-0.12.1.0, https://github.com/lpeterse/haskell-socket/issues/71
socket = doJailbreak super.socket;
# Known issue with nondeterministic test suite failure
# https://github.com/nomeata/tasty-expected-failure/issues/21
tasty-expected-failure = dontCheck super.tasty-expected-failure;