about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-31 13:26:34 +0100
committerPeter Simons <simons@cryp.to>2020-01-31 21:05:56 +0100
commit2b10aed0d71c9495c7f0171760e74aec45baceba (patch)
treed28acc8e82a0164b0f281d7d1e8b980de937c299 /pkgs/development/haskell-modules
parent6bedeceb8a050677ad88987cef45fcbfab8a2f48 (diff)
downloadnixlib-2b10aed0d71c9495c7f0171760e74aec45baceba.tar
nixlib-2b10aed0d71c9495c7f0171760e74aec45baceba.tar.gz
nixlib-2b10aed0d71c9495c7f0171760e74aec45baceba.tar.bz2
nixlib-2b10aed0d71c9495c7f0171760e74aec45baceba.tar.lz
nixlib-2b10aed0d71c9495c7f0171760e74aec45baceba.tar.xz
nixlib-2b10aed0d71c9495c7f0171760e74aec45baceba.tar.zst
nixlib-2b10aed0d71c9495c7f0171760e74aec45baceba.zip
ghc-8.8.x: update version overrides for microlens packages
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix6
1 files changed, 3 insertions, 3 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 be852679c9a5..508398449ea0 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -85,10 +85,10 @@ self: super: {
   lens = self.lens_4_18_1;
   memory = self.memory_0_15_0;
   microlens = self.microlens_0_4_11_2;
-  microlens-ghc = self.microlens-ghc_0_4_11_1;
+  microlens-ghc = self.microlens-ghc_0_4_12;
   microlens-mtl = self.microlens-mtl_0_2_0_1;
-  microlens-platform = self.microlens-platform_0_4_0;
-  microlens-th = self.microlens-th_0_4_3_2;
+  microlens-platform = self.microlens-platform_0_4_1;
+  microlens-th = self.microlens-th_0_4_3_4;
   network = self.network_3_1_1_1;
   optparse-applicative = self.optparse-applicative_0_15_1_0;
   pandoc = dontCheck super.pandoc_2_9_1_1;        # https://github.com/jgm/pandoc/issues/6086