about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-06-03 12:03:42 +0200
committerGitHub <noreply@github.com>2018-06-03 12:03:42 +0200
commitda11a271095467062694891c4d8addc89177440d (patch)
treea901f1fcd1638eb2f01ce2caf04915e4b8264074 /pkgs/development/haskell-modules
parent033798f96150324367679b2331eecf34dfcd475c (diff)
parent286f9ca704502c575f3a1a00a576a5d7b5242dcd (diff)
downloadnixlib-da11a271095467062694891c4d8addc89177440d.tar
nixlib-da11a271095467062694891c4d8addc89177440d.tar.gz
nixlib-da11a271095467062694891c4d8addc89177440d.tar.bz2
nixlib-da11a271095467062694891c4d8addc89177440d.tar.lz
nixlib-da11a271095467062694891c4d8addc89177440d.tar.xz
nixlib-da11a271095467062694891c4d8addc89177440d.tar.zst
nixlib-da11a271095467062694891c4d8addc89177440d.zip
Merge pull request #41334 from jhenahan/patch-3
configuration-ghc-8.4.x: bump to dhall_1_14_0
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix4
1 files 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 55e80d7fb0c3..b0dc20128fc4 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;