packages feed

yesod-markdown-0.4.0: yesod-markdown.cabal

name:                yesod-markdown
version:             0.4.0
synopsis:            Tools for using markdown in a yesod application
description:         A subset of pandoc functionality useful for markdown processing in yesod applications
homepage:            http://github.com/pbrisbin/yesod-markdown
license:             GPL
license-file:        LICENSE
author:              Alexander Dunlap, Patrick Brisbin
maintainer:          Patrick Brisbin <pbrisbin@gmail.com>
category:            Web, Yesod
build-type:          Simple
cabal-version:       >=1.6

library
  exposed-modules: Yesod.Markdown

  build-depends: base            >= 4     && < 5
               , text            >= 0.11  && < 0.12
               , pandoc          >= 1.9   && < 1.10
               , blaze-html      >= 0.4   && < 0.5
               , xss-sanitize    >= 0.3.1 && < 0.4
               , directory
               , yesod-core      >= 1.0   && < 1.1
               , yesod-form      >= 1.0   && < 1.1
               , hamlet          >= 1.0   && < 1.1
               , persistent      >= 0.9   && < 0.10

  ghc-options: -Wall

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