pandoc-server 0.1.0.9 → 0.1.0.10
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~data-defaultdep ~pandocPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: data-default, pandoc
API changes (from Hackage documentation)
- Text.Pandoc.Server: instance Data.Default.Class.Default Text.Pandoc.Server.Params
+ Text.Pandoc.Server: instance Data.Default.Internal.Default Text.Pandoc.Server.Params
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.9+version: 0.1.0.10 build-type: Simple license: GPL-2.0-or-later license-file: COPYING.md@@ -49,14 +49,14 @@ library import: common-options- build-depends: pandoc >= 3.5 && < 3.6,+ build-depends: pandoc >= 3.5 && < 3.7, pandoc-types >= 1.22 && < 1.24, containers >= 0.6.0.1 && < 0.8, aeson >= 2.0 && < 2.3, bytestring >= 0.9 && < 0.13, base64-bytestring >= 0.1 && < 1.3, doctemplates >= 0.11 && < 0.12,- data-default >= 0.4 && < 0.8,+ data-default >= 0.4 && < 0.9, text >= 1.1.1.0 && < 2.2, unicode-collation >= 0.1.1 && < 0.2, servant-server >= 0.19 && < 0.21,