servant-rawm-client: The client implementation of servant-rawm.

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.

[maintain] [Publish]

Please see README.md.


[Skip to Readme]

Properties

Versions 1.0.0.0, 1.0.0.1, 1.0.0.1, 1.0.0.2
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), servant-client-core (>=0.16), 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:14:50Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for servant-rawm-client-1.0.0.1

[back to package description]

Servant.RawM.Client

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

This is the client-side 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.