diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2a588811486a..343101695615 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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 diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix index fc4fe254d1e8..ad2433fec1b7 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix @@ -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 #