packages feed

pandoc-server 0.1.0.10 → 0.1.0.11

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~containersdep ~pandocPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, pandoc

API changes (from Hackage documentation)

Files

pandoc-server.cabal view
@@ -1,6 +1,6 @@ cabal-version:   2.4 name:            pandoc-server-version:         0.1.0.10+version:         0.1.0.11 build-type:      Simple license:         GPL-2.0-or-later license-file:    COPYING.md@@ -18,7 +18,7 @@                  in an HTTP server. source-repository head   type:          git-  location:      git://github.com/jgm/pandoc.git+  location:      https://github.com/jgm/pandoc.git  common common-options   default-language: Haskell2010@@ -49,9 +49,9 @@  library   import:        common-options-  build-depends: pandoc                >= 3.5      && < 3.7,+  build-depends: pandoc                >= 3.5      && < 3.8,                  pandoc-types          >= 1.22     && < 1.24,-                 containers            >= 0.6.0.1  && < 0.8,+                 containers            >= 0.6.0.1  && < 0.9,                  aeson                 >= 2.0      && < 2.3,                  bytestring            >= 0.9      && < 0.13,                  base64-bytestring     >= 0.1      && < 1.3,