From 286f9ca704502c575f3a1a00a576a5d7b5242dcd Mon Sep 17 00:00:00 2001 From: Jack Henahan Date: Thu, 31 May 2018 16:37:05 -0400 Subject: [PATCH] configuration-ghc-8.4.x: bump to dhall_1_14_0 The `dhall_1_13_0` attribute doesn't exist, anymore. --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 55e80d7fb0c..b0dc20128fc 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -408,8 +408,8 @@ self: super: { # Older versions don't compile. base-compat = self.base-compat_0_10_1; brick = self.brick_0_37_1; - dhall = self.dhall_1_13_0; - dhall_1_13_0 = doJailbreak super.dhall_1_13_0; # support ansi-terminal 0.8.x + dhall = self.dhall_1_14_0; + dhall_1_13_0 = doJailbreak super.dhall_1_14_0; # support ansi-terminal 0.8.x HaTeX = self.HaTeX_3_19_0_0; hpack = self.hpack_0_28_2; hspec = dontCheck super.hspec_2_5_1;