Skip to content

Commit

Permalink
Update from Hackage at 2019-11-19T01:24:51Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Nov 19, 2019
1 parent e9cf2c9 commit b8c1570
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
43 changes: 43 additions & 0 deletions web-routes-th/0.22.6.5/web-routes-th.cabal
@@ -0,0 +1,43 @@
Name: web-routes-th
Version: 0.22.6.5
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.8
Build-type: Simple
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.3, GHC == 8.8.1

source-repository head
type: git
location: https://github.com/happstack/web-routes-th

test-suite Test
type : exitcode-stdio-1.0
main-is : Test.hs
hs-source-dirs : test
build-depends : base == 4.*,
hspec >= 2.2 && < 2.8,
HUnit,
QuickCheck,
web-routes,
web-routes-th

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

source-repository head
type: git
location: https://github.com/Happstack/web-routes-th.git
1 change: 1 addition & 0 deletions web-routes-th/0.22.6.5/web-routes-th.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"8d1ec09fa12665c5186e69f701d7e7f5","Skein512_512":"e20f8d0c2e5aecdf462386d366cf4915903cf176d179085fd33b9b91bef07e5cfe0a96960598d8a12ef72aaf40889bd7ebee070f2408c75b354d118c8a8ec76b","SHA1":"592b9afe1cd09ad10334b3688b0979debe9006f2","SHA512":"4935e16341be0ef3d84c0eb6d625c7393da6b10ae3fa98aa38f57d6459f6a800a34261397f5126b2f453057e6e891e8687bc1eedd0ce72c98bd9028490ee7d82","SHA256":"89025d8e12603cbf1a4e8ca9a068e07473688b6553a747d910a74198ca52bfaa"},"package-locations":["https://hackage.haskell.org/package/web-routes-th-0.22.6.5/web-routes-th-0.22.6.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/web-routes-th-0.22.6.5.tar.gz"],"package-size":4381}

0 comments on commit b8c1570

Please sign in to comment.