From b68c98e6aba5cd7734e6181b32f222515a66c8d1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 23 Jul 2025 13:50:09 +0200 Subject: [PATCH] haskell-cabal-plan: jailbreak for ghc-9.12.x to allow latest base library --- pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix | 1 + 1 file changed, 1 insertion(+) 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 633ac6e4f752..7d5f07f61fbe 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -115,6 +115,7 @@ with haskellLib; self.HUnit ] super.ghc-exactprint_1_12_0_0; timezone-series = doJailbreak super.timezone-series; # time <1.14 + cabal-plan = doJailbreak super.cabal-plan; # base <4.21 # # Test suite issues