haskell-pandoc: update override for the latest version

This commit is contained in:
Peter Simons 2020-10-16 13:45:18 +02:00
parent 00a4f58ac2
commit 8f038f2370

View File

@ -1468,7 +1468,7 @@ self: super: {
skylighting-core = doDistribute super.skylighting-core_0_10_0_2;
hslua = doDistribute self.hslua_1_1_2;
jira-wiki-markup = doDistribute self.jira-wiki-markup_1_3_2;
pandoc = doDistribute self.pandoc_2_11_0_1;
pandoc = doDistribute self.pandoc_2_11_0_2;
# jailbreaking pandoc-citeproc because it has not bumped upper bound on pandoc
pandoc-citeproc = doJailbreak (doDistribute self.pandoc-citeproc_0_17_0_2);
pandoc-types = doDistribute self.pandoc-types_1_22;