yesod-markdown 0.12.6.6 → 0.12.6.7
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~pandocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pandoc
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- yesod-markdown.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,10 @@-## [_Unreleased_](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.6...main)+## [_Unreleased_](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.7...main) None++## [v0.12.6.7](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.6...v0.12.6.7)++- Allow pandoc-2.13 ## [v0.12.6.6](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.5...v0.12.6.6)
yesod-markdown.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: yesod-markdown-version: 0.12.6.6+version: 0.12.6.7 license: GPL-2 license-file: LICENSE maintainer: Patrick Brisbin <pbrisbin@gmail.com>@@ -33,7 +33,7 @@ blaze-markup >=0.5 && <0.9, bytestring >=0.9 && <0.12, directory >=1.3.6.0 && <1.4,- pandoc >=2.0 && <2.13,+ pandoc >=2.0 && <2.14, persistent >=0.9 && <2.12, shakespeare ==2.0.*, text >=0.11 && <2.0,