@hackage servant-haxl-client0.2.0.0

automatical derivation of querying functions for servant webservices

This library lets you derive automatically Haskell functions that let you query each endpoint of a servant webservice.

See the client section of the tutorial. This library replaces the EitherT results with Haxl. runHaxl will throw ServantError in IO in the event of error.