From bdd538ff0316586b0b5e3edfdd87f0ec949f2e8a Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Thu, 30 Mar 2023 10:17:33 +0900 Subject: [PATCH] haskell.packages.ghc944.lens: 5.2.1 -> 5.2.2 --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 995c520ad5e9..7af48a3b928c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -147,7 +147,7 @@ in { ] ++ drv.testFlags or []; }) (doJailbreak super.hpack); - lens = doDistribute self.lens_5_2_1; + lens = doDistribute self.lens_5_2_2; # Apply patches from head.hackage. language-haskell-extract = appendPatch (pkgs.fetchpatch {