1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Name: web-routes-th
Version: 0.22.7
License: BSD3
License-File: LICENSE
Author: jeremy@seereason.com
Maintainer: partners@seereason.com
Homepage: https://github.com/happstack/web-routes-th
Category: Web, Language
Synopsis: Support for deriving PathInfo using Template Haskell
Description: web-routes is a portable library for type-safe URLs. This module adds
support for creating the URL parsers/printers automatically using
Template Haskell.
Cabal-Version: >= 1.10
Build-type: Simple
tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
source-repository head
type: git
location: https://github.com/happstack/web-routes-th
test-suite Test
Default-Language : Haskell2010
type : exitcode-stdio-1.0
main-is : Test.hs
hs-source-dirs : test
build-depends : base >= 4.9 && < 5,
hspec >= 2.2 && < 2.10,
HUnit,
QuickCheck,
web-routes >= 0.27 && < 0.28,
web-routes-th
Library
Default-Language: Haskell2010
Build-Depends: base >= 4.9 && < 5,
parsec >= 2 && < 4,
template-haskell >= 2.11 && < 2.19,
text >= 0.11 && < 2.1,
split >= 0.2 && < 0.3,
web-routes >= 0.26 && < 0.28
Exposed-Modules: Web.Routes.TH
source-repository head
type: git
location: https://github.com/Happstack/web-routes-th.git
|