ghc-8.10.x: update pandoc to the latest version
This commit is contained in:
parent
9b63500893
commit
a782182c05
@ -62,7 +62,6 @@ self: super: {
|
|||||||
|
|
||||||
# Jailbreak to fix the build.
|
# Jailbreak to fix the build.
|
||||||
base-noprelude = doJailbreak super.base-noprelude;
|
base-noprelude = doJailbreak super.base-noprelude;
|
||||||
pandoc = doJailbreak super.pandoc;
|
|
||||||
system-fileio = doJailbreak super.system-fileio;
|
system-fileio = doJailbreak super.system-fileio;
|
||||||
unliftio-core = doJailbreak super.unliftio-core;
|
unliftio-core = doJailbreak super.unliftio-core;
|
||||||
|
|
||||||
@ -120,4 +119,10 @@ self: super: {
|
|||||||
executableHaskellDepends = drv.executableToolDepends or [] ++ [ self.repline ];
|
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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user