summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-10-08 11:59:44 +0200
committerRoger Meier <roger@apache.org>2014-10-08 11:59:44 +0200
commit5e58b80c8b1f6b0a74c9a4cb7bce62c57c88c014 (patch)
tree00e3676ff417070c29c0d8dc7ceedee74f1db38d /lib
parent3da090642c10c74289f22c5b02a31c408384cc0a (diff)
downloadthrift-5e58b80c8b1f6b0a74c9a4cb7bce62c57c88c014.tar.gz
THRIFT-2767 hs: Transport.Empty is not externally available
Patch: Koen De Keyser This Closes: #223
Diffstat (limited to 'lib')
-rwxr-xr-xlib/hs/Thrift.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index 7c9a295ea..9418c0416 100755
--- a/lib/hs/Thrift.cabal
+++ b/lib/hs/Thrift.cabal
@@ -54,6 +54,7 @@ Library
Thrift.Protocol.JSON,
Thrift.Server,
Thrift.Transport,
+ Thrift.Transport.Empty,
Thrift.Transport.Framed,
Thrift.Transport.Handle,
Thrift.Transport.HttpClient,