pandoc: drop obsolete overrides

The latest versions of doctemplates and skylighting are now the default.
This commit is contained in:
Peter Simons 2021-01-01 20:38:18 +01:00
parent 0a069fb1ef
commit 101c02c3e7

View file

@ -1531,11 +1531,6 @@ self: super: {
# https://github.com/jgm/pandoc/issues/6961
pandoc = dontCheck super.pandoc;
# Update pandoc dependencies to fix the build.
doctemplates = self.doctemplates_0_9;
skylighting = self.skylighting_0_10_2;
skylighting-core = self.skylighting-core_0_10_2;
# https://github.com/yesodweb/yesod/issues/1714
yesod-core = dontCheck super.yesod-core;