name: yesod-raml-bin
version: 0.1.0
synopsis: The raml helper executable.
description: Provides html documentation and route file generator
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
bug-reports: https://github.com/junjihashimoto/yesod-raml/issues
source-repository head
type: git
location: https://github.com/junjihashimoto/yesod-raml.git
executable yesod-raml-bin
main-is: main.hs
-- other-modules:
-- other-extensions:
build-depends: base ==4.*
, yesod-raml == 0.2.*
, yesod-raml-docs == 0.1.*
, yesod-markdown
, shakespeare
, blaze-markup
, blaze-html
, containers
, text
, optparse-applicative
, yaml
, bytestring
, template-haskell
default-language: Haskell2010
ghc-options: -Wall