haskell-pandoc-citeproc: update override for the latest version

This commit is contained in:
Peter Simons 2019-02-18 08:48:10 +01:00
parent acaa5c1f1a
commit 1472b9902a

View File

@ -1226,7 +1226,7 @@ self: super: {
# Use latest pandoc despite what LTS says.
# Test suite fails in both 2.5 and 2.6: https://github.com/jgm/pandoc/issues/5309.
pandoc = dontCheck super.pandoc_2_6;
pandoc-citeproc = self.pandoc-citeproc_0_16_0_2;
pandoc-citeproc = self.pandoc-citeproc_0_16_1;
# https://github.com/qfpl/tasty-hedgehog/issues/24
tasty-hedgehog = dontCheck super.tasty-hedgehog;