From 7321582c7d8eec5d3df45705a243b02380b51c42 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Sep 2019 18:11:59 +0200 Subject: [PATCH] haskell-microlens: use the latest version when compiling with ghc-8.8.1 --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 1fda91d4e76..c0b500fdc3a 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; }