@hackage servant-rawm-client1.0.0.2
The client implementation of servant-rawm.
Categories
License
BSD-3-Clause
Maintainer
cdep.illabout@gmail.com , nil.krjst@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4.8 && <5
- servant-client-core >=0.16
- servant-rawm >=1.0 Show all…
Dependents (0)
Servant.RawM.Client
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.