packages feed

web-routes-generics-0.1.0.0: web-routes-generics.cabal

Name:             web-routes-generics
Version:          0.1.0.0
License:          BSD3
License-File:     LICENSE
Author:           jeremy@seereason.com
Maintainer:       partners@seereason.com
Bug-Reports:      http://bugzilla.seereason.com/
Category:         Web, Language
Synopsis:         portable, type-safe URL routing
Description:      This library adds support for parsing/printing URLs using the generics library
Cabal-Version:    >= 1.6
Build-type:       Simple
tested-with:      GHC == 8.6.5

Library
        Build-Depends:    base >= 4 && < 5,
                          parsec >= 2 && <4,
                          text,
                          web-routes >= 0.26
        Exposed-Modules:  Web.Routes.Generics

source-repository head
    type:     git
    location: https://github.com/Happstack/web-routes-generics.git