haskell-dhall: use the latest version when building with ghc-8.10.x

This commit is contained in:
Peter Simons 2020-04-25 18:01:28 +02:00
parent b24d2a90dd
commit 125ada17b0

View file

@ -64,6 +64,7 @@ self: super: {
zlib = doJailbreak super.zlib;
# Use the latest version to fix the build.
dhall = self.dhall_1_31_1;
ghc-lib-parser-ex = self.ghc-lib-parser-ex_8_10_0_4;
optics-core = self.optics-core_0_3;
repline = self.repline_0_3_0_0;