pandoc-server 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesondep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, bytestring
API changes (from Hackage documentation)
Files
- pandoc-server.cabal +3/−3
pandoc-server.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: pandoc-server-version: 0.1.0.1+version: 0.1.0.2 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md@@ -52,8 +52,8 @@ build-depends: pandoc >= 3.0, pandoc-types >= 1.22 && < 1.24, containers >= 0.6.0.1 && < 0.7,- aeson >= 2.0 && < 2.2,- bytestring >= 0.9 && < 0.12,+ aeson >= 2.0 && < 2.3,+ bytestring >= 0.9 && < 0.13, base64 >= 0.4 && < 0.5, doctemplates >= 0.11 && < 0.12, data-default >= 0.4 && < 0.8,