pandoc-utils 0.5.0 → 0.5.1
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- pandoc-utils.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Releases +## pandoc-utils 0.5.1 (2020-5-24)++- Fix the link to Hakyll in package description.+ ## pandoc-utils 0.5.0 (2020-5-24) - Reorganize documentations and API.
pandoc-utils.cabal view
@@ -2,13 +2,13 @@ cabal-version: 2.0 name: pandoc-utils-version: 0.5.0+version: 0.5.1 synopsis: Utility functions to work with Pandoc in Haskell applications. description: This package contains some useful functions for writing [Pandoc](https://pandoc.org/)- filters and integrating Pandoc into Haskell applications such as- [Hakyll](https://jaspervdj.be/hakyll/) and web servers.+ filters and integrating Pandoc into Haskell applications such as [Hakyll](https://jaspervdj.be/hakyll/)+ and web servers. . It provides a composable wrapper for filters acting on nodes of the [Pandoc AST](https://hackage.haskell.org/package/pandoc-types/docs/Text-Pandoc-Definition.html)