servant-rawm-docs: Documentation generator for 'RawM' endpoints.

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

Please see README.md.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), http-media (>=0.6), http-types (>=0.9), lens (>=4.0), servant-docs (>=0.11.3), servant-rawm (>=1.0) [details]
License BSD-3-Clause
Copyright 2017 Dennis Gosnell
Author Dennis Gosnell
Maintainer cdep.illabout@gmail.com , nil.krjst@gmail.com
Category Servant , Web
Home page https://github.com/cdepillabout/servant-rawm
Source repo head: git clone git@github.com:cdepillabout/servant-rawm.git
Uploaded by Krasjet at 2020-07-20T23:15:31Z
Distributions NixOS:1.0.0.1
Downloads 548 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-07-21 [all 1 reports]

Readme for servant-rawm-docs-1.0.0.1

[back to package description]

Servant.RawM.Docs

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

This is the documentation-generation library for servant-rawm.

See the servant-rawm README.md and Haddocks for a short explanation of how to use this package.

After servant-rawm 1.0.0.0, the implementations of the RawM endpoint are divided into servant-rawm-client, servant-rawm-docs, and servant-rawm-server to avoid introducing unnecessary dependencies and reduce the compilation overhead.