haskell-dhall: update overrides for the new release
This commit is contained in:
parent
55a9078748
commit
90500cc7a4
@ -940,7 +940,7 @@ self: super: {
|
|||||||
dhall-json = generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"] super.dhall-json;
|
dhall-json = generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"] super.dhall-json;
|
||||||
dhall-nix = generateOptparseApplicativeCompletion "dhall-to-nix" (
|
dhall-nix = generateOptparseApplicativeCompletion "dhall-to-nix" (
|
||||||
super.dhall-nix.overrideScope (self: super: {
|
super.dhall-nix.overrideScope (self: super: {
|
||||||
dhall = super.dhall_1_35_0;
|
dhall = super.dhall_1_36_0;
|
||||||
repline = self.repline_0_4_0_0;
|
repline = self.repline_0_4_0_0;
|
||||||
haskeline = self.haskeline_0_8_1_0;
|
haskeline = self.haskeline_0_8_1_0;
|
||||||
}));
|
}));
|
||||||
|
@ -66,7 +66,7 @@ self: super: {
|
|||||||
unliftio-core = doJailbreak super.unliftio-core;
|
unliftio-core = doJailbreak super.unliftio-core;
|
||||||
|
|
||||||
# Use the latest version to fix the build.
|
# Use the latest version to fix the build.
|
||||||
dhall = self.dhall_1_35_0;
|
dhall = self.dhall_1_36_0;
|
||||||
lens = self.lens_4_19_2;
|
lens = self.lens_4_19_2;
|
||||||
optics = self.optics_0_3;
|
optics = self.optics_0_3;
|
||||||
optics-core = self.optics-core_0_3_0_1;
|
optics-core = self.optics-core_0_3_0_1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user