haskeline: update override for the new version
This commit is contained in:
parent
ea5623a97f
commit
f28d3b6553
@ -1315,7 +1315,7 @@ self: super: {
|
|||||||
commonmark-extensions = dontCheck super.commonmark-extensions;
|
commonmark-extensions = dontCheck super.commonmark-extensions;
|
||||||
|
|
||||||
# Testsuite trying to run `which haskeline-examples-Test`
|
# 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
|
# Tests for list-t, superbuffer, and stm-containers
|
||||||
# depend on HTF and it is broken, 2020-08-23
|
# 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
|
# 2020-11-19: Jailbreaking until: https://github.com/snapframework/heist/pull/124
|
||||||
heist = doJailbreak super.heist;
|
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
|
# 2020-11-19: Jailbreaking until: https://github.com/snapframework/snap/pull/219
|
||||||
snap = doJailbreak super.snap;
|
snap = doJailbreak super.snap;
|
||||||
|
Loading…
Reference in New Issue
Block a user