haskell-pandoc: update overrides for the new version

This commit is contained in:
Peter Simons 2018-11-05 09:49:11 +01:00
parent 90acab51fe
commit 2b9916c715

View File

@ -107,7 +107,7 @@ self: super: {
skylighting-core = dontCheck super.skylighting-core;
# https://github.com/jgm/pandoc/issues/4974
pandoc = doJailbreak super.pandoc_2_3_1;
pandoc = doJailbreak super.pandoc_2_4;
# Break out of "yaml >=0.10.4.0 && <0.11".
stack = doJailbreak super.stack;