about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-24 18:11:59 +0200
committerPeter Simons <simons@cryp.to>2019-09-25 15:29:46 +0200
commit7321582c7d8eec5d3df45705a243b02380b51c42 (patch)
tree3dbc085df6cd8eda3516f85bcd644a66261e7368 /pkgs/development/haskell-modules
parentba0b08074c08c2fa029f4e8dd0d7af68d5abb157 (diff)
downloadnixlib-7321582c7d8eec5d3df45705a243b02380b51c42.tar
nixlib-7321582c7d8eec5d3df45705a243b02380b51c42.tar.gz
nixlib-7321582c7d8eec5d3df45705a243b02380b51c42.tar.bz2
nixlib-7321582c7d8eec5d3df45705a243b02380b51c42.tar.lz
nixlib-7321582c7d8eec5d3df45705a243b02380b51c42.tar.xz
nixlib-7321582c7d8eec5d3df45705a243b02380b51c42.tar.zst
nixlib-7321582c7d8eec5d3df45705a243b02380b51c42.zip
haskell-microlens: use the latest version when compiling with ghc-8.8.1
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix3
1 files changed, 2 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 1fda91d4e76d..c0b500fdc3ae 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -162,9 +162,10 @@ self: super: {
   # use latest version to fix the build
   hackage-db = self.hackage-db_2_1_0;
   lens = self.lens_4_18_1;
+  microlens = self.microlens_0_4_11_2;
+  shelly = self.shelly_1_9_0;
   string-qq = self.string-qq_0_0_4;
   tls = self.tls_1_5_1;
   xmonad-contrib = self.xmonad-contrib_0_16;
-  shelly = self.shelly_1_9_0;
 
 }