yesod-markdown 0.12.6.1 → 0.12.6.2
raw patch · 2 files changed
+13/−11 lines, 2 filesdep ~pandocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pandoc
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−2
- yesod-markdown.cabal +9/−9
CHANGELOG.md view
@@ -1,6 +1,8 @@-## [*Unreleased*](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.1...master)+## [*Unreleased*](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.2...master) -None+## [v0.12.6.2](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.1...v0.12.6.2)++- Allow pandoc-2.7 ## [v0.12.6.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.0...v0.12.6.1)
yesod-markdown.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: eb72a3ad41a78efb46c44ab5a712d1e910b775e91819599d1b29fb7b493cae56+-- hash: 54cede6afa96618a3626f37450cb9cb8fb66d9b46b0fac0c6e441a46a0c9ec56 name: yesod-markdown-version: 0.12.6.1+version: 0.12.6.2 synopsis: Tools for using markdown in a yesod application description: A subset of Pandoc functionality useful for markdown processing in yesod applications category: Web, Yesod@@ -27,6 +27,10 @@ location: https://github.com/pbrisbin/yesod-markdown library+ exposed-modules:+ Yesod.Markdown+ other-modules:+ Paths_yesod_markdown hs-source-dirs: src ghc-options: -Wall@@ -36,22 +40,20 @@ , blaze-markup >=0.5 && <0.9 , bytestring >=0.9 && <0.11 , directory- , pandoc >=2.0 && <2.7+ , pandoc >=2.0 && <2.8 , persistent >=0.9 , shakespeare >=2.0 && <2.1 , text >=0.11 && <2.0 , xss-sanitize >=0.3.1 && <0.4 , yesod-core >=1.2 && <1.7 , yesod-form >=1.3 && <1.7- exposed-modules:- Yesod.Markdown- other-modules:- Paths_yesod_markdown default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0 main-is: Spec.hs+ other-modules:+ Paths_yesod_markdown hs-source-dirs: test ghc-options: -Wall -threaded@@ -61,6 +63,4 @@ , hspec , text , yesod-markdown- other-modules:- Paths_yesod_markdown default-language: Haskell2010