blob: 4cef4de6da3c68ad60eef432e7a350604114a37a [file] [log] [blame]
Gavin McDonald0b75e1a2010-10-28 02:12:01 +00001Name: Thrift
2Version: 0.1.0
3Cabal-Version: >= 1.2
4License: Apache2
5Category: Foreign
6Build-Type: Simple
7Synopsis: Thrift library package
8
9Library
10 Hs-Source-Dirs:
11 src
12 Build-Depends:
13 base >=4, network, ghc-prim
14 ghc-options:
15 -fglasgow-exts
16 Extensions:
17 DeriveDataTypeable
18 Exposed-Modules:
19 Thrift, Thrift.Protocol, Thrift.Transport, Thrift.Protocol.Binary
20 Thrift.Transport.Handle, Thrift.Server