pinch

An alternative implementation of Thrift for Haskell.

https://github.com/abhinav/pinch

Version on this page:0.1.0.2
LTS Haskell 22.21:0.5.1.0
Stackage Nightly 2024-05-11:0.5.1.0
Latest on Hackage:0.5.1.0

See all snapshots pinch appears in

BSD-3-Clause licensed by Abhinav Gupta
Maintained by [email protected]
This version can be pinned in stack with:pinch-0.1.0.2@sha256:b669900919413c4838bd848fe04d3356fc126788c09ee32ad8833924dd42ec1e,3854

build-status

pinch aims to provide an alternative implementation of Apache Thrift for Haskell. The pinch library itself acts only as a serialization library. Types specify their Thrift encoding by defining instances of the Pinchable typeclass, which may be done by hand or automatically with the use of Generics. Check the documentation and examples for more information.

Haddock documentation for this package is avilable on Hackage and here.

Changes

0.1.0.2

  • Loosen vector version constraint.

0.1.0.1

  • Fixed recursion in C pre-processor expansion. This can break the build on some systems.

0.1.0.0

  • Initial release.