yesod-comments 0.9.0 → 0.9.1
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- Yesod/Comments/Storage.hs +1/−0
- yesod-comments.cabal +1/−1
Yesod/Comments/Storage.hs view
@@ -5,6 +5,7 @@ {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-}+{-# LANGUAGE OverloadedStrings #-} ------------------------------------------------------------------------------- -- | -- Module : Yesod.Comments.Storage
yesod-comments.cabal view
@@ -1,5 +1,5 @@ name: yesod-comments-version: 0.9.0+version: 0.9.1 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