trasa: Type Safe Web Routing
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- Exposed modules use unallocated top-level names: Trasa
This library is a solution for http-based routing and dispatch. It's
goals are similar to the goals of servant
. However, trasa
relies
on very different mechanisms to accomplish this. There are no typeclasses
in this library, and there is a single closed type family that is provided
as a convenience. All of the real work is accomplish with GADTs,
universal quantification, and plain old haskell data types.
Properties
Versions | 0.1, 0.1, 0.2, 0.3, 0.4, 0.4.1 |
---|---|
Change log | None available |
Dependencies | base (>=4.7 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10 && <0.11), http-types (>=0.9 && <0.10), text (>=1.2 && <1.3), unordered-containers (>=0.2 && <0.3), vinyl (>=0.5 && <0.6) [details] |
License | BSD-3-Clause |
Copyright | 2017 Andrew Martin |
Author | Andrew Martin |
Maintainer | andrew.thaddeus@gmail.com |
Category | Web |
Home page | https://github.com/haskell-trasa/trasa#readme |
Source repo | head: git clone https://github.com/haskell-trasa/trasa |
Uploaded | by mckeankylej at 2017-06-15T20:14:48Z |
Modules
[Index]
Downloads
- trasa-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees