yesod-markdown 0.7.1 → 0.7.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~blaze-htmldep ~blaze-markupdep ~pandocPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: blaze-html, blaze-markup, pandoc
API changes (from Hackage documentation)
Files
- yesod-markdown.cabal +4/−4
yesod-markdown.cabal view
@@ -1,5 +1,5 @@ name: yesod-markdown-version: 0.7.1+version: 0.7.2 synopsis: Tools for using markdown in a yesod application description: A subset of pandoc functionality useful for markdown processing in yesod applications homepage: http://github.com/pbrisbin/yesod-markdown@@ -17,9 +17,9 @@ build-depends: base >= 4 && < 5 , text >= 0.11 && < 0.12 , bytestring >= 0.9 && < 0.11- , pandoc >= 1.10 && < 1.11- , blaze-html >= 0.5 && < 0.6- , blaze-markup >= 0.5 && < 0.6+ , pandoc >= 1.10 && < 1.12+ , blaze-html >= 0.5 && < 0.7+ , blaze-markup >= 0.5 && < 0.7 , xss-sanitize >= 0.3.1 && < 0.4 , directory , yesod-core >= 1.1.5 && < 1.2