path-pieces: Components of paths.

[ bsd3, library, web, yesod ] [ Propose Tags ]

Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/path-pieces.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.3.1, 0.1.4, 0.1.5, 0.2.0, 0.2.1
Change log ChangeLog.md
Dependencies base (>=4.6 && <5), text (>=0.5), time [details]
License BSD-3-Clause
Author Michael Snoyman <michael@snoyman.com>
Maintainer Michael Snoyman <michael@snoyman.com>
Revised Revision 1 made by AdamBergmark at 2015-10-30T13:44:27Z
Category Web, Yesod
Source repo head: git clone https://github.com/yesodweb/path-pieces
Uploaded by MichaelSnoyman at 2015-10-28T06:29:06Z
Distributions Arch:0.2.1, Debian:0.2.1, Fedora:0.2.1, FreeBSD:0.2.0, LTSHaskell:0.2.1, NixOS:0.2.1, Stackage:0.2.1, openSUSE:0.2.1
Reverse Dependencies 44 direct, 305 indirect [details]
Downloads 77325 total (97 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-10-30 [all 1 reports]

Readme for path-pieces-0.2.1

[back to package description]

path-pieces

Defines two typeclasses used for converting Haskell data types to and from route pieces. Used in Yesod to automatically marshall data in the request path.

see http://www.yesodweb.com/ for more information.