about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-02-07 11:10:23 +0100
committerPeter Simons <simons@cryp.to>2020-02-07 20:37:59 +0100
commit92f21f715908e6d0dc64cd42ce0a8fdfcff7157f (patch)
treee134df5bff45795074437c11243aa049f98e0d36 /pkgs/development
parent44d258777ce71dfde77d55ef56ad82187a92d243 (diff)
downloadnixlib-92f21f715908e6d0dc64cd42ce0a8fdfcff7157f.tar
nixlib-92f21f715908e6d0dc64cd42ce0a8fdfcff7157f.tar.gz
nixlib-92f21f715908e6d0dc64cd42ce0a8fdfcff7157f.tar.bz2
nixlib-92f21f715908e6d0dc64cd42ce0a8fdfcff7157f.tar.lz
nixlib-92f21f715908e6d0dc64cd42ce0a8fdfcff7157f.tar.xz
nixlib-92f21f715908e6d0dc64cd42ce0a8fdfcff7157f.tar.zst
nixlib-92f21f715908e6d0dc64cd42ce0a8fdfcff7157f.zip
haskell-lens: use latest version when building with ghc-8.8.x
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 1 insertions, 1 deletions
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;