name: yesod-routes-flow
version: 2.0
synopsis: Generate Flow routes for Yesod
description: Parse the Yesod routes data structure and generate routes that can be used with Flow.
homepage: https://github.com/frontrowed/yesod-routes-flow
license: MIT
license-file: LICENSE
author: Max Cantor, Felipe Lessa
maintainer: Greg Weber <greg@frontrowed.com>
-- copyright:
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
exposed-modules: Yesod.Routes.Flow.Generator
-- other-modules:
-- other-extensions:
default-extensions:
ConstraintKinds,
DeriveDataTypeable,
ExtendedDefaultRules,
FlexibleContexts,
FlexibleInstances,
LambdaCase,
NoImplicitPrelude,
OverloadedStrings,
RecordWildCards,
ScopedTypeVariables,
StandaloneDeriving,
TemplateHaskell,
TupleSections,
TypeSynonymInstances
build-depends:
attoparsec,
base < 5,
classy-prelude >= 0.7,
system-fileio,
system-filepath >= 0.4,
containers,
text,
yesod-core >= 1.4 && < 2.0
-- hs-source-dirs:
default-language: Haskell2010