yesod-comments 0.3.1 → 0.3.3
raw patch · 3 files changed
+3/−7 lines, 3 files
Files
- Yesod/Comments/Core.hs +0/−4
- Yesod/Comments/Storage.hs +2/−2
- yesod-comments.cabal +1/−1
Yesod/Comments/Core.hs view
@@ -149,10 +149,6 @@ <th>name: <td colspan="2">#{username} - <tr>- <th>email:- <td colspan="2">#{email}- ^{fieldRow fiComment} <tr> <td>
Yesod/Comments/Storage.hs view
@@ -45,8 +45,8 @@ -- general yesod app share2 mkPersist (mkMigrate "migrateComments") [persist| SqlComment- threadId ThreadId Eq- commentId CommentId Eq Asc+ threadId ThreadId Eq noreference+ commentId CommentId Eq Asc noreference timeStamp UTCTime ipAddress T.Text userName T.Text
yesod-comments.cabal view
@@ -1,5 +1,5 @@ name: yesod-comments-version: 0.3.1+version: 0.3.3 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