From 88dbd029bc80273796e87384639d36ebbaed4bbf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Sep 2020 17:50:50 +0200 Subject: [PATCH] haskell-dhall: update override for ghc-8.10.2 --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 35a7d425a5b..5b476882943 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -66,7 +66,7 @@ self: super: { unliftio-core = doJailbreak super.unliftio-core; # Use the latest version to fix the build. - dhall = self.dhall_1_34_0; + dhall = self.dhall_1_35_0; lens = self.lens_4_19_2; optics = self.optics_0_3; optics-core = self.optics-core_0_3_0_1;