packages feed

yesod-routes-typescript-0.3.0.0: yesod-routes-typescript.cabal

-- Initial yesod-routes-typescript.cabal generated by cabal init.  For 
-- further documentation, see http://haskell.org/cabal/users-guide/

name:                yesod-routes-typescript
version:             0.3.0.0
synopsis:            generate TypeScript routes for Yesod
description:         parse the Yesod routes data structure and generate routes that can be used in typescript
homepage:            https://github.com/docmunch/yesod-routes-typescript
license:             MIT
license-file:        LICENSE
author:              Max Cantor
maintainer:          max@docmunch.com
-- copyright:           
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     Yesod.Routes.Typescript.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,
                        text,
                        yesod-core            >= 1.2 && < 2.0,
                        yesod-routes            >= 1.2 && < 2.0
  -- hs-source-dirs:      
  default-language:    Haskell2010