yesod-markdown 0.12.6.9 → 0.12.6.11
raw patch · 2 files changed
+23/−15 lines, 2 filesdep ~blaze-htmldep ~blaze-markupdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html, blaze-markup, bytestring, hspec, pandoc, persistent, shakespeare, text, xss-sanitize, yesod-core, yesod-form
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−1
- yesod-markdown.cabal +14/−14
CHANGELOG.md view
@@ -1,6 +1,14 @@-## [_Unreleased_](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.9...main)+## [_Unreleased_](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.11...main) None++## [v0.12.6.11](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.10...v0.12.6.11)++Released without changes, to test release automation.++## [v0.12.6.10](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.9...v0.12.6.10)++- Remove all dependencies upper bounds ## [v0.12.6.9](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.8...v0.12.6.9)
yesod-markdown.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: yesod-markdown-version: 0.12.6.9+version: 0.12.6.11 license: GPL-2 license-file: LICENSE maintainer: Patrick Brisbin <pbrisbin@gmail.com>@@ -29,17 +29,17 @@ ghc-options: -Wall build-depends: base >=4.8.0 && <5,- blaze-html >=0.5 && <0.10,- blaze-markup >=0.5 && <0.9,- bytestring >=0.9 && <0.12,+ blaze-html >=0.5,+ blaze-markup >=0.5,+ bytestring >=0.9, directory >=1.3.6.0 && <1.4,- pandoc >=2.0 && <2.14,- persistent >=0.9 && <2.13,- shakespeare ==2.0.*,- text >=0.11 && <2.0,- xss-sanitize >=0.3.1 && <0.4,- yesod-core >=1.2 && <1.7,- yesod-form >=1.3 && <1.8+ pandoc >=2.0,+ persistent >=0.9,+ shakespeare >=2.0,+ text >=0.11,+ xss-sanitize >=0.3.1,+ yesod-core >=1.2,+ yesod-form >=1.3 test-suite test type: exitcode-stdio-1.0@@ -50,7 +50,7 @@ ghc-options: -Wall -threaded build-depends: base >=4.8.0 && <5,- blaze-html >=0.5 && <0.10,- hspec >=2.7.1 && <2.8,- text >=0.11 && <2.0,+ blaze-html >=0.5,+ hspec >=2.7.1,+ text >=0.11, yesod-markdown -any