diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1c2072be2544..25dc830455a9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2876,7 +2876,7 @@ self: super: { }) super.kmonad; ghc-syntax-highlighter_0_0_12_0 = super.ghc-syntax-highlighter_0_0_12_0.overrideScope(self: super: { - ghc-lib-parser = self.ghc-lib-parser_9_10_1_20241103; + ghc-lib-parser = self.ghc-lib-parser_9_10_1_20250103; }); # 2024-03-17: broken diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix index ad9cbf204fed..a821e9fb1476 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix @@ -68,8 +68,8 @@ self: super: { fourmolu = doDistribute self.fourmolu_0_16_2_0; hashable = doDistribute self.hashable_1_4_7_0; integer-conversion = doDistribute self.integer-conversion_0_1_1; - ghc-lib = doDistribute self.ghc-lib_9_10_1_20241103; - ghc-lib-parser = doDistribute self.ghc-lib-parser_9_10_1_20241103; + ghc-lib = doDistribute self.ghc-lib_9_10_1_20250103; + ghc-lib-parser = doDistribute self.ghc-lib-parser_9_10_1_20250103; ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_10_0_0; http2 = doDistribute self.http2_5_3_9; http-semantics = doDistribute self.http-semantics_0_3_0;