From 074d8d00efa7edddcd076babe85ae64e6ad864e7 Mon Sep 17 00:00:00 2001 From: maralorn Date: Sat, 19 Apr 2025 13:08:18 +0200 Subject: [PATCH] haskell.packages.ghc9122.ghc-lib: Fix eval errors --- pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a0187861a748..e2d5923607c1 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.12.x.nix @@ -88,7 +88,7 @@ with haskellLib; extensions = doDistribute self.extensions_0_1_0_3; doctest = doDistribute self.doctest_0_24_0; ghc-syntax-highlighter = doDistribute self.ghc-syntax-highlighter_0_0_13_0; - ghc-lib = doDistribute self.ghc-lib_9_12_1_20250105; + ghc-lib = doDistribute self.ghc-lib_9_12_2_20250320; ghc-exactprint = doDistribute self.ghc-exactprint_1_12_0_0; ghc-lib-parser = doDistribute self.ghc-lib-parser_9_12_2_20250320; ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_12_0_0;