blob: 8132069b740bd985fdd7c460d309ce7cf62ae645 [file] [log] [blame]
Bryan Duxburyc8c088c2009-04-07 23:27:01 +00001Name: Thrift
David Reiss752529e2010-01-11 19:12:56 +00002Version: 0.1.1
Bryan Duxburyc8c088c2009-04-07 23:27:01 +00003Cabal-Version: >= 1.2
Bryan Duxbury0781f2b2009-04-07 23:29:42 +00004License: Apache2
Bryan Duxburyc8c088c2009-04-07 23:27:01 +00005Category: Foreign
6Build-Type: Simple
7Synopsis: Thrift library package
8
9Library
10 Hs-Source-Dirs:
11 src
12 Build-Depends:
David Reiss752529e2010-01-11 19:12:56 +000013 base >=4, network, ghc-prim, binary, bytestring, HTTP
Bryan Duxburyc8c088c2009-04-07 23:27:01 +000014 ghc-options:
15 -fglasgow-exts
16 Extensions:
17 DeriveDataTypeable
18 Exposed-Modules:
Bryan Duxbury0781f2b2009-04-07 23:29:42 +000019 Thrift, Thrift.Protocol, Thrift.Transport, Thrift.Protocol.Binary
David Reiss752529e2010-01-11 19:12:56 +000020 Thrift.Transport.Handle, Thrift.Transport.HttpClient, Thrift.Server