yesod-raml-0.2.0: yesod-raml.cabal
name: yesod-raml
version: 0.2.0
synopsis: RAML style route definitions for Yesod
description: RAML style route definitions for Yesod
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
, tests/test.raml
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.Type
, Yesod.Raml.Parser
, Yesod.Raml.Routes
other-modules: Yesod.Raml.Routes.Internal
-- other-extensions:
build-depends: base ==4.*
, text
, bytestring
, aeson
, unordered-containers
, containers
, vector
, yaml
, yesod-core
, template-haskell
, network-uri
, regex-posix
, th-lift
, data-default
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall
test-suite test-routes
type: exitcode-stdio-1.0
main-is: RoutesSpec.hs
hs-source-dirs: tests, .
build-depends: base ==4.*
, text
, bytestring
, aeson
, unordered-containers
, containers
, yaml
, yesod-core
, template-haskell
, hspec
, yesod-raml
, network-uri
, regex-posix
, th-lift
, vector
, data-default
default-language: Haskell2010
ghc-options: -Wall