yesod-comments 0.8.1 → 0.8.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~yesod-markdown
Dependency ranges changed: yesod-markdown
Files
- yesod-comments.cabal +2/−2
yesod-comments.cabal view
@@ -1,5 +1,5 @@ name: yesod-comments-version: 0.8.1+version: 0.8.2 synopsis: A generic comments interface for a Yesod application description: A generic comments interface for a Yesod application homepage: http://github.com/pbrisbin/yesod-comments@@ -32,7 +32,7 @@ , yesod >= 1.1 && < 1.2 , yesod-auth >= 1.1 && < 1.2 , yesod-form >= 1.1 && < 1.3- , yesod-markdown >= 0.4 && < 0.7+ , yesod-markdown >= 0.4 && < 0.8 , template-haskell , directory