summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-07 19:27:37 +0200
committerPeter Simons <simons@cryp.to>2017-07-13 08:47:01 +0200
commit85c884278e3c52de8adb3c697552893f092c12d8 (patch)
tree35b29c75b00425bc139610a5695a536a0194d50f /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parent559b1b7647a82e2daf0e382bdf9477fa32557e58 (diff)
downloadnixlib-85c884278e3c52de8adb3c697552893f092c12d8.tar
nixlib-85c884278e3c52de8adb3c697552893f092c12d8.tar.gz
nixlib-85c884278e3c52de8adb3c697552893f092c12d8.tar.bz2
nixlib-85c884278e3c52de8adb3c697552893f092c12d8.tar.lz
nixlib-85c884278e3c52de8adb3c697552893f092c12d8.tar.xz
nixlib-85c884278e3c52de8adb3c697552893f092c12d8.tar.zst
nixlib-85c884278e3c52de8adb3c697552893f092c12d8.zip
haskell-lens: use latest version when compiling with ghc-8.2.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
index d1127be24fec..8e18435c0c4f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -62,6 +62,7 @@ self: super: {
   # Older, LTS-8-based versions don't compile.
   base-orphans = self.base-orphans_0_6;
   hspec-meta = self.hspec-meta_2_4_4;
+  lens = self.lens_4_15_3;
   primitive = self.primitive_0_6_2_0;
   semigroupoids = self.semigroupoids_5_2;
   syb = self.syb_0_7;