forked from mirrors/nixpkgs
haskell-pandoc-citeproc: update override for the latest version
This commit is contained in:
parent
f111664194
commit
0dffbcd178
|
@ -1259,7 +1259,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 = doDistribute super.pandoc_2_7_2;
|
||||
pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_1_3;
|
||||
pandoc-citeproc = doDistribute super.pandoc-citeproc_0_16_2;
|
||||
|
||||
# https://github.com/qfpl/tasty-hedgehog/issues/24
|
||||
tasty-hedgehog = dontCheck super.tasty-hedgehog;
|
||||
|
|
Loading…
Reference in a new issue