servant-pandoc 0.4.1.2 → 0.4.1.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~http-mediadep ~pandoc-typesdep ~servant-docsnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-media, pandoc-types, servant-docs
API changes (from Hackage documentation)
Files
- servant-pandoc.cabal +4/−4
servant-pandoc.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.4.1.2+version: 0.4.1.3 -- A short (one-line) description of the package. synopsis: Use Pandoc to render servant API documentation@@ -63,10 +63,10 @@ -- Other library packages from which modules are imported. build-depends: base >=4.7 && <5- , http-media >=0.6 && <0.7+ , http-media >=0.6 && <0.8 , lens >=4.9 && <5- , pandoc-types >=1.12 && <1.13- , servant-docs >=0.4 && <0.5+ , pandoc-types >=1.12 && <1.18+ , servant-docs >=0.4 && <0.11 , unordered-containers >=0.2 && <0.3 , text >=1.2 && <1.3 , bytestring >=0.10 && <0.11