packages feed

yesod-rst-0.2: yesod-rst.cabal

name:                yesod-rst
version:             0.2
synopsis:            Tools for using reStructuredText (RST) in a yesod application
description:         A subset of pandoc functionality useful for RST processing in yesod applications
homepage:            http://github.com/pSub/yesod-rst
license:             GPL
license-file:        LICENSE
author:              Pascal Wittmann (based on code from Patrick Brisbin)
maintainer:          Pascal Wittmann <mail@pascal-wittmann.de>
category:            Web, Yesod
build-type:          Simple
cabal-version:       >=1.6

library
  exposed-modules: Yesod.RST

  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

  extensions: QuasiQuotes
              TypeFamilies
              OverloadedStrings
              FlexibleContexts
              FlexibleInstances
              MultiParamTypeClasses
              GeneralizedNewtypeDeriving

source-repository this
  type:         git
  location:     git://github.com/pSub/yesod-rst.git
  tag:          0.2