Missed some files that needed to be added.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@763030
13f79535-47bb-0310-9956-
ffa450edef68
--- /dev/null
+#!/usr/bin/env runhaskell
+> import Distribution.Simple
+> main = defaultMain
--- /dev/null
+Name: Thrift
+Version: 0.1.0
+Cabal-Version: >= 1.2
+Category: Foreign
+Build-Type: Simple
+Synopsis: Thrift library package
+
+Library
+ Hs-Source-Dirs:
+ src
+ Build-Depends:
+ base <4 && >2, network, ghc-prim
+ ghc-options:
+ -fglasgow-exts
+ Extensions:
+ DeriveDataTypeable
+ Exposed-Modules:
+ Thrift, TBinaryProtocol, TChannelTransport, TServer, TSocket