THRIFT-407. hs: Refactor and improve Haskell-related code
authorBryan Duxbury <bryanduxbury@apache.org>
Tue, 7 Apr 2009 23:29:42 +0000 (23:29 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Tue, 7 Apr 2009 23:29:42 +0000 (23:29 +0000)
commit0781f2b549903cad62846aa5ac1ae4a25ab49508
treefa1eff311bfea3df49c181aecfc08ea56faa9f17
parentc8c088cc524f6a8fd532f885859e7a2127c9f2fd
THRIFT-407. hs: Refactor and improve Haskell-related code

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@763031 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
compiler/cpp/src/generate/t_hs_generator.cc
lib/hs/Thrift.cabal
lib/hs/src/TBinaryProtocol.hs [deleted file]
lib/hs/src/TChannelTransport.hs [deleted file]
lib/hs/src/TServer.hs [deleted file]
lib/hs/src/TSocket.hs [deleted file]
lib/hs/src/Thrift.hs
lib/hs/src/Thrift/Protocol.hs [new file with mode: 0644]
lib/hs/src/Thrift/Protocol/Binary.hs [new file with mode: 0644]
lib/hs/src/Thrift/Server.hs [new file with mode: 0644]
lib/hs/src/Thrift/Transport.hs [new file with mode: 0644]
lib/hs/src/Thrift/Transport/Handle.hs [new file with mode: 0644]
test/hs/Client.hs
test/hs/Server.hs
test/hs/runclient.sh
test/hs/runserver.sh