yesod-text-markdown 0.1.2 → 0.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~markdownPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: markdown
API changes (from Hackage documentation)
Files
yesod-text-markdown.cabal view
@@ -1,5 +1,5 @@ name: yesod-text-markdown-version: 0.1.2+version: 0.1.3 synopsis: Yesod support for Text.Markdown. description: Use Text.Markdown in a typical yesod project. This module contains instances related to persistence,@@ -34,7 +34,7 @@ library exposed-modules: Yesod.Text.Markdown build-depends: base >= 4 && < 5- , markdown >= 0.1 && < 1.0+ , markdown >= 0.1 && < 2.0 , yesod-core >= 1.2 && < 2.0 , yesod-form >= 1.3 && < 2.0 , yesod-persistent >= 1.2 && < 2.0