From 4be3abfe1ff6a22aabc2414874f9aceb45fed211 Mon Sep 17 00:00:00 2001 From: sterni Date: Thu, 13 Aug 2026 12:17:29 +0200 Subject: [PATCH] haskell.packages.ghc914.ghc-lib*: use ver compatible w/ GHC 9.14.1 --- pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix index af60ab245fe6..ad2495d97b81 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix @@ -81,6 +81,9 @@ with haskellLib; # ghc-exactprint = doDistribute self.ghc-exactprint_1_14_1_0; + ghc-lib = doDistribute self.ghc-lib_9_14_1_20251220; + ghc-lib-parser = doDistribute self.ghc-lib-parser_9_14_1_20251220; + ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_14_2_0; # # Jailbreaks