From 4add137b0d5ac88847050134fee357ba723ca91e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 30 Oct 2022 18:03:57 +0100 Subject: [PATCH] haskell.packages.ghc942.cabal-install*: drop unnecessary jailbreak --- .../development/haskell-modules/configuration-ghc-9.4.x.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 0147410eb928..2b0bb3876b2a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -61,12 +61,6 @@ in { # 0.30 introduced support for GHC 9.2. cryptonite = doDistribute self.cryptonite_0_30; - # Too strict bound on base - # https://github.com/haskell/cabal/issues/8509 - # Requested versions of Cabal, Cabal-syntax and process match GHC 9.4's for now - cabal-install = doJailbreak super.cabal-install; - cabal-install-solver = doJailbreak super.cabal-install-solver; - cabal2nix = # cabal2nix depends on foundation, which is broken on aarch64-linux. # https://github.com/haskell-foundation/foundation/issues/571