Changelog for servant-rawm-client-1.0.0.0
1.0.0.0
- The implementations of the
RawM
endpoint are divided intoservant-rawm-client
,servant-rawm-docs
, andservant-rawm-server
to avoid introducing unnecessary dependencies and reduce the compilation overhead. You will need to add either of the implementations to your dependencies, and import the corresponding implementation (Servant.RawM.Server
,Servant.RawM.Client
, orServant.RawM.Docs
) for theRawM
endpoint to function correctly. #16 Thanks @Krasjet!