mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-dhall: use the latest version when building with ghc-8.10.x
This commit is contained in:
parent
b24d2a90dd
commit
125ada17b0
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ self: super: {
|
||||||
zlib = doJailbreak super.zlib;
|
zlib = doJailbreak super.zlib;
|
||||||
|
|
||||||
# Use the latest version to fix the build.
|
# 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;
|
ghc-lib-parser-ex = self.ghc-lib-parser-ex_8_10_0_4;
|
||||||
optics-core = self.optics-core_0_3;
|
optics-core = self.optics-core_0_3;
|
||||||
repline = self.repline_0_3_0_0;
|
repline = self.repline_0_3_0_0;
|
||||||
|
|
Loading…
Reference in a new issue