about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-03 11:21:47 +0200
committerPeter Simons <simons@cryp.to>2018-10-03 18:00:29 +0200
commitc5d4957103801c04699bf2ce574af5e42f51dc8b (patch)
tree7893498e0e1fee4d66bfb9eb0cc429b39b7fdb57 /pkgs
parent975c77e2d5235b007a4eed064f24a0fcf9673f83 (diff)
downloadnixlib-c5d4957103801c04699bf2ce574af5e42f51dc8b.tar
nixlib-c5d4957103801c04699bf2ce574af5e42f51dc8b.tar.gz
nixlib-c5d4957103801c04699bf2ce574af5e42f51dc8b.tar.bz2
nixlib-c5d4957103801c04699bf2ce574af5e42f51dc8b.tar.lz
nixlib-c5d4957103801c04699bf2ce574af5e42f51dc8b.tar.xz
nixlib-c5d4957103801c04699bf2ce574af5e42f51dc8b.tar.zst
nixlib-c5d4957103801c04699bf2ce574af5e42f51dc8b.zip
haskell-lens: use latest version when building with ghc-8.6.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 588f76eca067..041227059cde 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -59,7 +59,7 @@ self: super: {
   hspec-meta = self.hspec-meta_2_5_6;
   hspec-meta_2_5_6 = super.hspec-meta_2_5_6.overrideScope (self: super: { QuickCheck = self.QuickCheck_2_12_6_1; });
   JuicyPixels = self.JuicyPixels_3_3_1;
-  lens = dontCheck super.lens;    # avoid depending on broken polyparse
+  lens = self.lens_4_17;
   polyparse = markBrokenVersion "1.12" super.polyparse;
   primitive = self.primitive_0_6_4_0;
   semigroupoids = self.semigroupoids_5_3_1;