name: yesod-raml-bin version: 0.1.2 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-raml-mock == 0.1.* , yesod-markdown , yesod-core , http-types , shakespeare , blaze-markup , blaze-html , containers , text , optparse-applicative , yaml , bytestring , template-haskell , warp , wai default-language: Haskell2010 ghc-options: -Wall