pandoc-server 0.1.0.8 → 0.1.0.9
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~pandocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pandoc
API changes (from Hackage documentation)
Files
- pandoc-server.cabal +2/−2
- src/Text/Pandoc/Server.hs +2/−0
pandoc-server.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-server-version: 0.1.0.8+version: 0.1.0.9 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md@@ -49,7 +49,7 @@ library import: common-options- build-depends: pandoc >= 3.4 && < 3.5,+ build-depends: pandoc >= 3.5 && < 3.6, pandoc-types >= 1.22 && < 1.24, containers >= 0.6.0.1 && < 0.8, aeson >= 2.0 && < 2.3,
src/Text/Pandoc/Server.hs view
@@ -312,6 +312,8 @@ , writerSyntaxMap = defaultSyntaxMap , writerVariables = optVariables opts , writerTableOfContents = optTableOfContents opts+ , writerListOfFigures = optListOfFigures opts+ , writerListOfTables = optListOfTables opts , writerIncremental = optIncremental opts , writerHTMLMathMethod = optHTMLMathMethod opts , writerNumberSections = optNumberSections opts