GitHub user kdkeyser opened a pull request:
https://github.com/apache/thrift/pull/223
Make Transport.Empty externally available in the Haskell Thrift Library
The Haskell Thrift library contains an "Empty" transport. It looks to me
that this is the easiest way to use Thrift in Haskell for serialization-only
purposes, but it is currently not exposed to users of the library. It is not
used internally either, so I think this is just an oversight, and I would
suggest to add it to the exported modules.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kdkeyser/thrift master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/223.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #223
----
commit 753e80662601425a2ebab2bc43d49b1270f7633c
Author: Koen De Keyser <[email protected]>
Date: 2014-09-22T09:11:08Z
Make Transport.Empty externally available in the Haskell Thrift Library
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---