pandoc: update to version 2.10.1

Stackage wants us to stay at 2.9.x, but that version is really quite old now
and updating the new version actually simplifies our code because a couple of
overrides are no longer necessary.
This commit is contained in:
Peter Simons
2020-08-28 21:06:51 +02:00
parent 082fbfd298
commit 05bf532082
2 changed files with 9 additions and 36 deletions
@@ -119,10 +119,4 @@ self: super: {
executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ];
}));
# We want the latest version of Pandoc.
pandoc = self.pandoc_2_10_1;
pandoc-citeproc = self.pandoc-citeproc_0_17_0_2;
pandoc-plot = self.pandoc-plot_0_9_2_0;
pandoc-types = self.pandoc-types_1_21;
}