From 9e9469e3d32d7295d7618edbdc27d026bb839b7a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 26 Dec 2024 15:23:55 +0100 Subject: [PATCH] haskell.packages.ghc9101.{auto-update,time-manager}: use latest vers --- pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b0d57a434013cd..6383491b6cd9e8 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix @@ -62,7 +62,7 @@ self: super: { # already made the relevant changes. aeson = doDistribute self.aeson_2_2_3_0; attoparsec-aeson = doDistribute self.attoparsec-aeson_2_2_2_0; - auto-update = doDistribute self.auto-update_0_2_4; + auto-update = doDistribute self.auto-update_0_2_6; dependent-sum-template = doJailbreak self.dependent-sum-template_0_2_0_1; # template-haskell < 2.22 extensions = doDistribute self.extensions_0_1_0_2; fourmolu = doDistribute self.fourmolu_0_16_2_0; @@ -83,7 +83,7 @@ self: super: { rerebase = doDistribute self.rerebase_1_21_1; scientific = doDistribute self.scientific_0_3_8_0; semirings = doDistribute self.semirings_0_7; - time-manager = self.time-manager_0_2_1; + time-manager = doDistribute self.time-manager_0_2_2; th-abstraction = doDistribute self.th-abstraction_0_7_1_0; uuid-types = doDistribute self.uuid-types_1_0_6; warp = pkgs.haskell.lib.dontCheck super.warp_3_4_7; # test suite assumes it can freely call curl