pandoc-server 0.1.2 → 0.1.3
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~aesondep ~pandocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, pandoc
API changes (from Hackage documentation)
Files
- pandoc-server.cabal +3/−3
- src/Text/Pandoc/Server.hs +1/−0
pandoc-server.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-server-version: 0.1.2+version: 0.1.3 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md@@ -49,10 +49,10 @@ library import: common-options- build-depends: pandoc >= 3.9 && < 3.10,+ build-depends: pandoc >= 3.10 && < 3.11, pandoc-types >= 1.22 && < 1.24, containers >= 0.6.0.1 && < 0.9,- aeson >= 2.0 && < 2.3,+ aeson >= 2.0 && < 2.4, bytestring >= 0.9 && < 0.13, base64-bytestring >= 0.1 && < 1.3, doctemplates >= 0.11 && < 0.12,
src/Text/Pandoc/Server.hs view
@@ -304,6 +304,7 @@ optDefaultImageExtension opts , readerTrackChanges = optTrackChanges opts , readerStripComments = optStripComments opts+ , readerTypstInputs = optTypstInputs opts } let writeropts = WriterOptions