packages feed

yesod-markdown 0.12.6.13 → 0.12.6.14

raw patch · 3 files changed

+20/−7 lines, 3 filesdep ~directorydep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory, hspec

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,14 @@-## [_Unreleased_](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.13...main)+## [_Unreleased_](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.14...main) -None+## [v0.12.6.14](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.13...v0.12.6.14)++- Change GHC Support++  - Add 9.4, 9.6, and 9.8+  - Drop 8.4++  NOTE: Things may still compile on versions not present here. These are just+  the versions we test with on CI.  ## [v0.12.6.13](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.12...v0.12.6.13) 
README.md view
@@ -1,5 +1,10 @@ # Yesod Markdown +[![Hackage](https://img.shields.io/hackage/v/yesod-markdown.svg?style=flat)](https://hackage.haskell.org/package/yesod-markdown)+[![Stackage Nightly](http://stackage.org/package/yesod-markdown/badge/nightly)](http://stackage.org/nightly/package/yesod-markdown)+[![Stackage LTS](http://stackage.org/package/yesod-markdown/badge/lts)](http://stackage.org/lts/package/shellwords)+[![CI](https://github.com/pbrisbin/yesod-markdown/actions/workflows/ci.yml/badge.svg)](https://github.com/pbrisbin/yesod-markdown/actions/workflows/ci.yml)+ A small wrapper over [Pandoc][]'s powerful `Markdown -> Html` support, with usage tailored for Yesod. @@ -21,7 +26,7 @@             |] ``` -The default extensions are minimal, you can specify you're preferred+The default extensions are minimal, you can specify your preferred [extensions][] with `markdownToHtmlWithExtensions`:  [extensions]: http://hackage.haskell.org/package/pandoc/docs/Text-Pandoc-Extensions.html
yesod-markdown.cabal view
@@ -1,6 +1,6 @@ cabal-version:   1.18 name:            yesod-markdown-version:         0.12.6.13+version:         0.12.6.14 license:         GPL-2 license-file:    LICENSE maintainer:      Patrick Brisbin <pbrisbin@gmail.com>@@ -32,7 +32,7 @@         blaze-html >=0.5,         blaze-markup >=0.5,         bytestring >=0.9,-        directory >=1.3.1.5 && <1.4,+        directory >=1.3.3.0 && <1.4,         pandoc >=2.0,         persistent >=0.9,         shakespeare >=2.0,@@ -51,6 +51,6 @@     build-depends:         base >=4.8.0 && <5,         blaze-html >=0.5,-        hspec >=2.5.5,+        hspec >=2.7.1,         text >=0.11,-        yesod-markdown -any+        yesod-markdown