name: yesod-raml-docs
version: 0.1.1
synopsis: A html documentation generator library for RAML.
description: A html documentation generator library for RAML.
license: MIT
license-file: LICENSE
author: junji.hashimoto
maintainer: junji.hashimoto@gmail.com
category: Web, Yesod
build-type: Simple
cabal-version: >=1.10
extra-source-files: ChangeLog.md
, README.md
, templates/item.hamlet
, templates/style.hamlet
, templates/docs.hamlet
, templates/script.hamlet
, templates/resource.hamlet
bug-reports: https://github.com/junjihashimoto/yesod-raml/issues
source-repository head
type: git
location: https://github.com/junjihashimoto/yesod-raml.git
library
exposed-modules: Yesod.Raml.Docs
, Paths_yesod_raml_docs
-- other-modules:
build-depends: base ==4.*
, yesod-raml == 0.2.*
, yesod-markdown
, shakespeare
, containers
, text
, yaml
, bytestring
, template-haskell
default-language: Haskell2010
ghc-options: -Wall