From 335f3cf3906b77a5e0d73dc435b4177c1f50a67d Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 2 Mar 2023 13:58:34 +0100 Subject: [PATCH] haskell.packages.ghc94.lens: 5.2 -> 5.2.1 --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 3 +-- 1 file changed, 1 insertion(+), 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 b09cd1144125..8bfa2bf69a16 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -147,8 +147,7 @@ in { ] ++ drv.testFlags or []; }) (doJailbreak super.hpack); - # lens >= 5.1 supports 9.2.1 - lens = doDistribute self.lens_5_2; + lens = doDistribute self.lens_5_2_1; # Apply patches from head.hackage. language-haskell-extract = appendPatch (pkgs.fetchpatch {