packages feed

yesod-markdown 0.12.6.4 → 0.12.6.5

raw patch · 2 files changed

+52/−27 lines, 2 filesdep ~blaze-htmldep ~persistentdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: blaze-html, persistent, text

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,7 +1,11 @@-## [*Unreleased*](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.4...main)+## [_Unreleased_](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.5...main)  None +## [v0.12.6.5](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.4...v0.12.6.5)++- Fix incorrect dependency bounds+ ## [v0.12.6.4](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.3...v0.12.6.4)  - Allow pandoc-2.11 and bytestring 0.11@@ -28,7 +32,8 @@  ## [v0.12.4](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.3...v0.12.4) -- Support GHC 8.4 ([@waddlaw](https://github.com/pbrisbin/yesod-markdown/pull/51))+- Support GHC 8.4+  ([@waddlaw](https://github.com/pbrisbin/yesod-markdown/pull/51))  ## [v0.12.3](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.2...v0.12.3) @@ -37,7 +42,8 @@  ## [v0.12.2](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.1...v0.12.2) -- Allow yesod-1.6 ([@bitemyapp](https://github.com/pbrisbin/yesod-markdown/pull/43))+- Allow yesod-1.6+  ([@bitemyapp](https://github.com/pbrisbin/yesod-markdown/pull/43))  ## [v0.12.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.0...v0.12.1) @@ -45,24 +51,28 @@  ## [v0.12.0](https://github.com/pbrisbin/yesod-markdown/compare/v0.11.4...v0.12.0) -- Require pandoc-2.0, support GHC 8.2 ([@cdepillabout](https://github.com/pbrisbin/yesod-markdown/pull/40))+- Require pandoc-2.0, support GHC 8.2+  ([@cdepillabout](https://github.com/pbrisbin/yesod-markdown/pull/40)) - Drop GHC 7.10 support  ## [v0.11.4](https://github.com/pbrisbin/yesod-markdown/compare/v0.11.3...v0.11.4) -- Allow blaze-html-0.9 and blaze-markup-0.8 ([@cdepillabout](https://github.com/pbrisbin/yesod-markdown/pull/39))+- Allow blaze-html-0.9 and blaze-markup-0.8+  ([@cdepillabout](https://github.com/pbrisbin/yesod-markdown/pull/39))  ## [v0.11.3](https://github.com/pbrisbin/yesod-markdown/compare/v0.11.2...v0.11.3) -- Allow pandoc-1.19 ([@gfontenot](https://github.com/pbrisbin/yesod-markdown/pull/37))+- Allow pandoc-1.19+  ([@gfontenot](https://github.com/pbrisbin/yesod-markdown/pull/37))  ## [v0.11.2](https://github.com/pbrisbin/yesod-markdown/compare/v0.11.1...v0.11.2) -*No changes*+_No changes_  ## [v0.11.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.11.0...v0.11.1) -- Allow pandoc-1.17 ([@andrewthad](https://github.com/pbrisbin/yesod-markdown/pull/36))+- Allow pandoc-1.17+  ([@andrewthad](https://github.com/pbrisbin/yesod-markdown/pull/36))  ## [v0.11.0](https://github.com/pbrisbin/yesod-markdown/compare/v0.10.0...v0.11.0) @@ -70,15 +80,18 @@  ## [v0.10.0](https://github.com/pbrisbin/yesod-markdown/compare/v0.9.4...v0.10.0) -- Require pandoc-1.14, support pandoc 1.15 ([@robgssp](https://github.com/pbrisbin/yesod-markdown/pull/31))+- Require pandoc-1.14, support pandoc 1.15+  ([@robgssp](https://github.com/pbrisbin/yesod-markdown/pull/31))  ## [v0.9.4](https://github.com/pbrisbin/yesod-markdown/compare/v0.9.3.1...v0.9.4) -- Allow blaze-html-0.8 ([@geraldus](https://github.com/pbrisbin/yesod-markdown/pull/27))+- Allow blaze-html-0.8+  ([@geraldus](https://github.com/pbrisbin/yesod-markdown/pull/27))  ## [v0.9.3.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.9.3...v0.9.3.1) -- Correct license field ([@nkaretnikov](https://github.com/pbrisbin/yesod-markdown/pull/23))+- Correct license field+  ([@nkaretnikov](https://github.com/pbrisbin/yesod-markdown/pull/23))  ## [v0.9.3](https://github.com/pbrisbin/yesod-markdown/compare/v0.9.2...v0.9.3) @@ -86,7 +99,8 @@  ## [v0.9.2](https://github.com/pbrisbin/yesod-markdown/compare/v0.9.1...v0.9.2) -- Allow pandoc-1.13 ([cosmo0920](https://github.com/pbrisbin/yesod-markdown/pull/19))+- Allow pandoc-1.13+  ([cosmo0920](https://github.com/pbrisbin/yesod-markdown/pull/19))  ## [v0.9.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.9.0...v0.9.1) @@ -109,12 +123,15 @@  ## [v0.8.3](https://github.com/pbrisbin/yesod-markdown/compare/v0.8.2...v0.8.3) -- Allow up to text-1.1 ([@trofi](https://github.com/pbrisbin/yesod-markdown/pull/14))-- Set `writerHighlight` ([@cosmo0920](https://github.com/pbrisbin/yesod-markdown/pull/15)))+- Allow up to text-1.1+  ([@trofi](https://github.com/pbrisbin/yesod-markdown/pull/14))+- Set `writerHighlight`+  ([@cosmo0920](https://github.com/pbrisbin/yesod-markdown/pull/15)))  ## [v0.8.2](https://github.com/pbrisbin/yesod-markdown/compare/v0.8.1...v0.8.2) -- Allow pandoc-1.12 ([@cjwatson](https://github.com/pbrisbin/yesod-markdown/pull/13))+- Allow pandoc-1.12+  ([@cjwatson](https://github.com/pbrisbin/yesod-markdown/pull/13))  ## [v0.8.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.8.0...v0.8.1) @@ -122,11 +139,13 @@  ## [v0.8.0](https://github.com/pbrisbin/yesod-markdown/compare/v0.7.2...v0.8.0) -- Support yesod-1.2 ([@gregwebs](https://github.com/pbrisbin/yesod-markdown/pull/12))+- Support yesod-1.2+  ([@gregwebs](https://github.com/pbrisbin/yesod-markdown/pull/12))  ## [v0.7.2](https://github.com/pbrisbin/yesod-markdown/compare/v0.7.1...v0.7.2) -- Support yesod-1.1 ([@gregwebs](https://github.com/pbrisbin/yesod-markdown/pull/11))+- Support yesod-1.1+  ([@gregwebs](https://github.com/pbrisbin/yesod-markdown/pull/11))  ## [v0.7.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.7...v0.7.1) @@ -142,16 +161,20 @@  ## [v0.5.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.5.0...v0.5.1) -- Allow newer persistent ([@gregwebs](https://github.com/pbrisbin/yesod-markdown/pull/9))+- Allow newer persistent+  ([@gregwebs](https://github.com/pbrisbin/yesod-markdown/pull/9))  ## [v0.5.0](https://github.com/pbrisbin/yesod-markdown/compare/v0.4.1...v0.5.0) -- Require yesod-1.1 and yesod-form-1.2 ([@dlthomas](https://github.com/pbrisbin/yesod-markdown/pull/7))+- Require yesod-1.1 and yesod-form-1.2+  ([@dlthomas](https://github.com/pbrisbin/yesod-markdown/pull/7))  ## [v0.4.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.4.0...v0.4.1) -- Require blaze-html 0.5 ([@lbolla](https://github.com/pbrisbin/yesod-markdown/pull/5))-- Allow yesod-1.1 ([@SimSaladin](https://github.com/pbrisbin/yesod-markdown/pull/6))+- Require blaze-html 0.5+  ([@lbolla](https://github.com/pbrisbin/yesod-markdown/pull/5))+- Allow yesod-1.1+  ([@SimSaladin](https://github.com/pbrisbin/yesod-markdown/pull/6))  ## [v0.4.0](https://github.com/pbrisbin/yesod-markdown/compare/v0.3.4...v0.4.0) @@ -159,11 +182,13 @@  ## [v0.3.4](https://github.com/pbrisbin/yesod-markdown/compare/v0.3.3...v0.3.4) -- Drop GHC 6 support ([@pSub](https://github.com/pbrisbin/yesod-markdown/pull/2))+- Drop GHC 6 support+  ([@pSub](https://github.com/pbrisbin/yesod-markdown/pull/2))  ## [v0.3.3](https://github.com/pbrisbin/yesod-markdown/compare/v0.3.2...v0.3.3) -- Break up yesod dependency ([@gregwebs](https://github.com/pbrisbin/yesod-markdown/pull/1))+- Break up yesod dependency+  ([@gregwebs](https://github.com/pbrisbin/yesod-markdown/pull/1))  ## [v0.3.2](https://github.com/pbrisbin/yesod-markdown/compare/v0.3.1...v0.3.2) 
yesod-markdown.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.12 name:               yesod-markdown-version:            0.12.6.4+version:            0.12.6.5 license:            GPL-2 license-file:       LICENSE maintainer:         Patrick Brisbin <pbrisbin@gmail.com>@@ -34,7 +34,7 @@         bytestring >=0.9 && <0.12,         directory >=1.3.6.0 && <1.4,         pandoc >=2.0 && <2.12,-        persistent >=0.9 && <2.11,+        persistent >=0.9 && <2.12,         shakespeare ==2.0.*,         text >=0.11 && <2.0,         xss-sanitize >=0.3.1 && <0.4,@@ -50,7 +50,7 @@     ghc-options:      -Wall -threaded     build-depends:         base >=4.8.0 && <5,-        blaze-html >=0.9.1.2 && <0.10,+        blaze-html >=0.5 && <0.10,         hspec >=2.7.1 && <2.8,-        text >=1.2.4.0 && <1.3,+        text >=0.11 && <2.0,         yesod-markdown -any