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

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 && <5), text (>=0.5), time [details]
License BSD-3-Clause
Author Michael Snoyman <michael@snoyman.com>
Maintainer Michael Snoyman <michael@snoyman.com>
Category Web, Yesod
Source repo head: git clone https://github.com/yesodweb/path-pieces
Uploaded by MichaelSnoyman at 2014-12-17T06:02:00Z
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 2014-12-21 [all 1 reports]

Readme for path-pieces-0.1.5

[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.