yesod-markdown 0.9.2 → 0.9.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~yesod-coredep ~yesod-formPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: yesod-core, yesod-form
API changes (from Hackage documentation)
Files
- yesod-markdown.cabal +3/−3
yesod-markdown.cabal view
@@ -1,5 +1,5 @@ name: yesod-markdown-version: 0.9.2+version: 0.9.3 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@@ -22,8 +22,8 @@ , blaze-markup >= 0.5 && < 0.8 , xss-sanitize >= 0.3.1 && < 0.4 , directory- , yesod-core >= 1.2 && < 1.3- , yesod-form >= 1.3 && < 1.4+ , yesod-core >= 1.2 && < 1.5+ , yesod-form >= 1.3 && < 1.5 , shakespeare >= 2.0 && < 2.1 , persistent >= 0.9