haskell-dhall: update overrides for the new release

This commit is contained in:
Peter Simons
2020-10-23 21:00:26 +02:00
parent 55a9078748
commit 90500cc7a4
2 changed files with 2 additions and 2 deletions
@@ -940,7 +940,7 @@ self: super: {
dhall-json = generateOptparseApplicativeCompletions ["dhall-to-json" "dhall-to-yaml"] super.dhall-json;
dhall-nix = generateOptparseApplicativeCompletion "dhall-to-nix" (
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;
haskeline = self.haskeline_0_8_1_0;
}));