diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix index 8fea913cb2c9..582f46aa2425 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -58,6 +58,15 @@ self: super: { xhtml = null; # Version upgrades + jailbreak-cabal = overrideCabal { + # Manually update jailbreak-cabal to 1.4.1 (which supports Cabal >= 3.14) + # since Hackage bump containing it is tied up in the update to Stackage LTS 23. + version = "1.4.1"; + sha256 = "0q6l608m965s6932xabm7v2kav5cxrihb5qcbrwz0c4xiwrz4l5x"; + + revision = null; + editedCabalFile = null; + } super.jailbreak-cabal; htree = doDistribute self.htree_0_2_0_0; primitive = doDistribute self.primitive_0_9_0_0; splitmix = doDistribute self.splitmix_0_1_1;