From 31cbc81000e177d57025c35e4bc4eb023d02f52f Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Thu, 29 Dec 2022 19:21:25 +0100 Subject: [PATCH] haskell.packages.ghc944: Fix ghc-lib attrs Monkey see, monkey do. --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 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 80220b84cf45..f2f18ba669b8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -86,8 +86,8 @@ in { dec = doJailbreak super.dec; ed25519 = doJailbreak super.ed25519; ghc-byteorder = doJailbreak super.ghc-byteorder; - ghc-lib = doDistribute self.ghc-lib_9_4_3_20221104; - ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_3_20221104; + ghc-lib = doDistribute self.ghc-lib-parser_9_4_4_20221225; + ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_4_20221225; ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_4_0_0; hackage-security = doJailbreak super.hackage-security; hashable-time = doJailbreak super.hashable-time;