From f2f8e3ca95569eea5f54ba70ec3a438a04799851 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 13 Jul 2022 15:36:08 +0200 Subject: [PATCH] haskellPackages: reflect ghc-lib, ghc-lib-parser updates --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 478e7ed82b58..a9c435416b4b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2139,12 +2139,12 @@ self: super: { # 2022-03-21: Newest stylish-haskell needs ghc-lib-parser-9_2 stylish-haskell = (super.stylish-haskell.override { - ghc-lib-parser = super.ghc-lib-parser_9_2_3_20220527; + ghc-lib-parser = super.ghc-lib-parser_9_2_3_20220709; ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_1_0; }); ghc-lib-parser-ex_9_2_1_0 = super.ghc-lib-parser-ex_9_2_1_0.override { - ghc-lib-parser = super.ghc-lib-parser_9_2_3_20220527; + ghc-lib-parser = super.ghc-lib-parser_9_2_3_20220709; }; # To strict bound on hspec diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 334b402dae7c..18abd76860c6 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -100,8 +100,8 @@ self: super: { self.data-default ] ++ drv.libraryHaskellDepends or []; }) super.ghc-exactprint; - ghc-lib = self.ghc-lib_9_2_3_20220527; - ghc-lib-parser = self.ghc-lib-parser_9_2_3_20220527; + ghc-lib = self.ghc-lib_9_2_3_20220709; + ghc-lib-parser = self.ghc-lib-parser_9_2_3_20220709; ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_1_0; hackage-security = doJailbreak super.hackage-security; hashable = super.hashable_1_4_0_2;