blob: 22f89b4648db45a368ecae2b3c9596c48493b0bb [file] [log] [blame]
Bryan Duxburyc8c088c2009-04-07 23:27:01 +00001Name: Thrift
2Version: 0.1.0
3Cabal-Version: >= 1.2
4Category: Foreign
5Build-Type: Simple
6Synopsis: Thrift library package
7
8Library
9 Hs-Source-Dirs:
10 src
11 Build-Depends:
12 base <4 && >2, network, ghc-prim
13 ghc-options:
14 -fglasgow-exts
15 Extensions:
16 DeriveDataTypeable
17 Exposed-Modules:
18 Thrift, TBinaryProtocol, TChannelTransport, TServer, TSocket