haskellPackages: remove unneeded jailbreaks (#403491)

This commit is contained in:
maralorn
2025-05-02 15:12:51 +02:00
committed by GitHub
2 changed files with 0 additions and 14 deletions
@@ -411,9 +411,6 @@ self: super:
# As well as deepseq < 1.5 (so it forbids GHC 9.8)
hw-fingertree = doJailbreak super.hw-fingertree;
# hedgehog < 1.5
hw-prim = doJailbreak super.hw-prim;
# Test suite is slow and sometimes comes up with counter examples.
# Upstream is aware (https://github.com/isovector/nspace/issues/1),
# if it's a bug, at least doesn't seem to be nixpkgs-specific.
@@ -909,10 +906,6 @@ 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;
@@ -2160,9 +2153,6 @@ self: super:
sha256 = "0l15ccfdys100jf50s9rr4p0d0ikn53bkh7a9qlk9i0y0z5jc6x1";
}) super.basic-cpuid;
# 2025-02-11: Too strict bounds on bytestring
streamly-bytestring = doJailbreak super.streamly-bytestring;
# Allow building with language-docker >= 13 (!); waiting for 2.13 release.
hadolint = doJailbreak (
appendPatches [
@@ -2511,9 +2501,6 @@ self: super:
};
} super.hoogle;
# Too strict upper bound on HTTP
oeis = doJailbreak super.oeis;
inherit
(
let
@@ -71,7 +71,6 @@ self: super: {
sha256 = "sha256-Mo65FfP1nh7QTY+oLia22hj4eV2v9hpXlYsrFKljA3E=";
}) super.hevm;
HaskellNet-SSL = doJailbreak super.HaskellNet-SSL; # bytestring >=0.9 && <0.12
saltine = doJailbreak super.saltine; # bytestring && <0.12, deepseq <1.5, text > 1.2 && <1.3 || >=2.0 && <2.1
inflections = doJailbreak super.inflections; # text >=0.2 && <2.1
#