about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorJack Henahan <jhenahan@me.com>2018-05-31 16:37:05 -0400
committerGitHub <noreply@github.com>2018-05-31 16:37:05 -0400
commit286f9ca704502c575f3a1a00a576a5d7b5242dcd (patch)
treec24cbd7bb2159876b20e967fd1748815045aa92c /pkgs/development/haskell-modules
parentf7a96aea20e2596c77679eaa116ec1fd69d1b0c9 (diff)
downloadnixlib-286f9ca704502c575f3a1a00a576a5d7b5242dcd.tar
nixlib-286f9ca704502c575f3a1a00a576a5d7b5242dcd.tar.gz
nixlib-286f9ca704502c575f3a1a00a576a5d7b5242dcd.tar.bz2
nixlib-286f9ca704502c575f3a1a00a576a5d7b5242dcd.tar.lz
nixlib-286f9ca704502c575f3a1a00a576a5d7b5242dcd.tar.xz
nixlib-286f9ca704502c575f3a1a00a576a5d7b5242dcd.tar.zst
nixlib-286f9ca704502c575f3a1a00a576a5d7b5242dcd.zip
configuration-ghc-8.4.x: bump to dhall_1_14_0
The `dhall_1_13_0` attribute doesn't exist, anymore.
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;