packages feed

yesod-comments-0.3.4: yesod-comments.cabal

name:                yesod-comments
version:             0.3.4
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
license:             BSD3
license-file:        LICENSE
author:              Patrick Brisbin
maintainer:          me@pbrisbin.com
category:            Web, Yesod
build-type:          Simple
cabal-version:       >=1.6

library
  -- Modules exported by the library.
  exposed-modules: Yesod.Comments
                 , Yesod.Comments.Core
                 , Yesod.Comments.Storage
                 , Yesod.Comments.Filters
  
  -- Packages needed in order to build this package.
  build-depends: base          >= 4     && < 5
               , text          >= 0.11  && < 0.12
               , bytestring    >= 0.9.1 && < 10.0
               , wai           >= 0.4   && < 0.5
               , yesod         >= 0.8   && < 0.9
               , yesod-form    >= 0.1   && < 0.2
               , yesod-auth    >= 0.4   && < 0.5
               , yesod-goodies >= 0.0.3 && < 0.1
               , persistent    >= 0.5   && < 0.6
               , directory
               , time



  ghc-options: -Wall
  
source-repository head
  type:         git
  location:     git://github.com/pbrisbin/yesod-comments.git