haskell-dhall: use latest version for ghc-8.10.x so that we can build with the latest repline library

This commit is contained in:
Peter Simons 2020-07-24 21:06:21 +02:00
parent b5613e78fd
commit f4d4fdcbf0
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ self: super: {
unliftio-core = doJailbreak super.unliftio-core;
# Use the latest version to fix the build.
dhall = self.dhall_1_33_1;
lens = self.lens_4_19_2;
optics-core = self.optics-core_0_3;
repline = self.repline_0_4_0_0;