haskell-dhall: update override for the latest version on ghc-8.10.x

This commit is contained in:
Peter Simons 2020-05-13 08:27:24 +02:00
parent a61cf82b6d
commit dcbcd742e0

View File

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