yesod-markdown-0.12.6.13: yesod-markdown.cabal
cabal-version: 1.18
name: yesod-markdown
version: 0.12.6.13
license: GPL-2
license-file: LICENSE
maintainer: Patrick Brisbin <pbrisbin@gmail.com>
author: Alexander Dunlap, Patrick Brisbin
homepage: http://github.com/pbrisbin/yesod-markdown
bug-reports: https://github.com/pbrisbin/yesod-markdown/issues
synopsis: Tools for using markdown in a yesod application
description:
A subset of Pandoc functionality useful for markdown processing in yesod applications
category: Web, Yesod
build-type: Simple
extra-doc-files:
README.md
CHANGELOG.md
source-repository head
type: git
location: https://github.com/pbrisbin/yesod-markdown
library
exposed-modules: Yesod.Markdown
hs-source-dirs: src
other-modules: Paths_yesod_markdown
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.8.0 && <5,
blaze-html >=0.5,
blaze-markup >=0.5,
bytestring >=0.9,
directory >=1.3.1.5 && <1.4,
pandoc >=2.0,
persistent >=0.9,
shakespeare >=2.0,
text >=0.11,
xss-sanitize >=0.3.1,
yesod-core >=1.2,
yesod-form >=1.3
test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs: test
other-modules: Paths_yesod_markdown
default-language: Haskell2010
ghc-options: -Wall -threaded
build-depends:
base >=4.8.0 && <5,
blaze-html >=0.5,
hspec >=2.5.5,
text >=0.11,
yesod-markdown -any