From 92f21f715908e6d0dc64cd42ce0a8fdfcff7157f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 7 Feb 2020 11:10:23 +0100 Subject: [PATCH] haskell-lens: use latest version when building with ghc-8.8.x --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index a2e407aadbed..d492c69db4dc 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -82,7 +82,7 @@ self: super: { HaTeX = self.HaTeX_3_22_0_0; HsYAML = self.HsYAML_0_2_1_0; json-autotype = doJailbreak super.json-autotype; - lens = self.lens_4_18_1; + lens = self.lens_4_19; memory = self.memory_0_15_0; microlens = self.microlens_0_4_11_2; microlens-ghc = self.microlens-ghc_0_4_12;