yesod-markdown 0.8.5 → 0.9.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep +shakespearedep −hamletPVP ok
version bump matches the API change (PVP)
Dependencies added: shakespeare
Dependencies removed: hamlet
API changes (from Hackage documentation)
Files
- yesod-markdown.cabal +2/−2
yesod-markdown.cabal view
@@ -1,5 +1,5 @@ name: yesod-markdown-version: 0.8.5+version: 0.9.0 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@@ -24,7 +24,7 @@ , directory , yesod-core >= 1.2 && < 1.3 , yesod-form >= 1.3 && < 1.4- , hamlet >= 1.1 && < 1.2+ , shakespeare >= 2.0 && < 2.1 , persistent >= 0.9 , temporary < 1.2.0.2