yesod-markdown 0.5.0 → 0.5.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~persistent
Dependency ranges changed: persistent
Files
- yesod-markdown.cabal +2/−2
yesod-markdown.cabal view
@@ -1,5 +1,5 @@ name: yesod-markdown-version: 0.5.0+version: 0.5.1 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@@ -23,7 +23,7 @@ , yesod-core >= 1.1.5 && < 1.2 , yesod-form >= 1.2 && < 1.3 , hamlet >= 1.1 && < 1.2- , persistent >= 0.9 && < 1.1+ , persistent >= 0.9 ghc-options: -Wall