From f4d4fdcbf0f64e6edd763f74206f574f29c0d7be Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 24 Jul 2020 21:06:21 +0200 Subject: [PATCH] haskell-dhall: use latest version for ghc-8.10.x so that we can build with the latest repline library --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 1 + 1 file changed, 1 insertion(+) 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 b0585d17989..13eca6ae84c 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -67,6 +67,7 @@ self: super: { unliftio-core = doJailbreak super.unliftio-core; # Use the latest version to fix the build. + dhall = self.dhall_1_33_1; lens = self.lens_4_19_2; optics-core = self.optics-core_0_3; repline = self.repline_0_4_0_0;