haskellPackages.pandoc: Fix build

This commit is contained in:
Malte Brandy
2020-09-25 21:08:24 +02:00
committed by Peter Simons
parent 13f22aec25
commit c430824a06
3 changed files with 26 additions and 1 deletions
@@ -1461,7 +1461,7 @@ self: super: {
jira-wiki-markup = doDistribute self.jira-wiki-markup_1_3_2;
pandoc = doDistribute self.pandoc_2_10_1;
pandoc-citeproc = doDistribute self.pandoc-citeproc_0_17_0_2;
pandoc-types = doDistribute self.pandoc-types_1_22;
pandoc-types = doDistribute self.pandoc-types_1_21;
rfc5051 = doDistribute self.rfc5051_0_2;
# Upstream forgot to change the Cabal version bounds in the test suite.