summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-04 13:37:07 +0200
committerPeter Simons <simons@cryp.to>2018-07-04 19:14:18 +0200
commit07db547c19e3283bfd3045c62bf1706b6fdadeba (patch)
tree89459ecb6192b6a54ab500f0450eb9ef52086583 /pkgs/development/haskell-modules
parent259215a6b3fa5d4ad4a2dfe63ff5caf10424ac62 (diff)
downloadnixlib-07db547c19e3283bfd3045c62bf1706b6fdadeba.tar
nixlib-07db547c19e3283bfd3045c62bf1706b6fdadeba.tar.gz
nixlib-07db547c19e3283bfd3045c62bf1706b6fdadeba.tar.bz2
nixlib-07db547c19e3283bfd3045c62bf1706b6fdadeba.tar.lz
nixlib-07db547c19e3283bfd3045c62bf1706b6fdadeba.tar.xz
nixlib-07db547c19e3283bfd3045c62bf1706b6fdadeba.tar.zst
nixlib-07db547c19e3283bfd3045c62bf1706b6fdadeba.zip
haskell-dhall: update override for the new version that's used by ghc 8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix5
1 files changed, 3 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 a32a30a02737..540615a8cb70 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -395,8 +395,9 @@ self: super: {
   # Older versions don't compile.
   base-compat = self.base-compat_0_10_4;
   brick = self.brick_0_37_1;
-  dhall = self.dhall_1_14_0;
-  dhall_1_13_0 = doJailbreak super.dhall_1_14_0;  # support ansi-terminal 0.8.x
+  dhall = self.dhall_1_15_0;
+  # This is probably obsolete:
+  # dhall_1_15_0 = doJailbreak super.dhall_1_15_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_4;