haskeline: update override for the new version

wip/yesman
Peter Simons 3 years ago
parent ea5623a97f
commit f28d3b6553
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1315,7 +1315,7 @@ self: super: {
commonmark-extensions = dontCheck super.commonmark-extensions;
# Testsuite trying to run `which haskeline-examples-Test`
haskeline_0_8_1_1 = dontCheck super.haskeline_0_8_1_1;
haskeline_0_8_1_2 = dontCheck super.haskeline_0_8_1_2;
# Tests for list-t, superbuffer, and stm-containers
# depend on HTF and it is broken, 2020-08-23
@ -1486,7 +1486,7 @@ self: super: {
# 2020-11-19: Jailbreaking until: https://github.com/snapframework/heist/pull/124
heist = doJailbreak super.heist;
hinit = generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_1_1; });
hinit = generateOptparseApplicativeCompletion "hi" (super.hinit.override { haskeline = self.haskeline_0_8_1_2; });
# 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219
snap = doJailbreak super.snap;

Loading…
Cancel
Save