packages feed

yesod-comments-0.9.2: yesod-comments.cabal

name:                yesod-comments
version:             0.9.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
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.Utils
                 , Yesod.Comments.Form
                 , Yesod.Comments.View
                 , Yesod.Comments.Management.Routes
                 , Yesod.Comments.Management

  -- Packages needed in order to build this package.
  build-depends: base                >= 4     && < 5
               , text                >= 0.11  && < 1.2
               , bytestring          >= 0.9.1  && < 0.11
               , friendly-time       >= 0.2   && < 0.3
               , gravatar            >= 0.5   && < 0.6
               , persistent          >= 1.2   && < 1.4
               , wai                 >= 1.3   && < 4.0
               , yesod               >= 1.2   && < 1.3
               , yesod-auth          >= 1.2   && < 1.3
               , yesod-form          >= 1.3   && < 1.4
               , yesod-markdown      >= 0.8   && < 0.10

               , template-haskell
               , directory
               , time
               , old-locale

  ghc-options: -Wall

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