pandoc: drop obsolete override

This commit is contained in:
Peter Simons 2019-01-06 14:32:25 +01:00
parent 056227a877
commit 10b9cc5b06

View file

@ -64,7 +64,4 @@ self: super: {
# Break out of "yaml >=0.10.4.0 && <0.11": https://github.com/commercialhaskell/stack/issues/4485
stack = doJailbreak super.stack;
# Break out of "tasty >= 0.11 && < 1.2": https://github.com/jgm/pandoc/issues/5200
pandoc = doJailbreak super.pandoc;
}