Bryan Duxbury | c8c088c | 2009-04-07 23:27:01 +0000 | [diff] [blame] | 1 | Name: Thrift |
David Reiss | 752529e | 2010-01-11 19:12:56 +0000 | [diff] [blame] | 2 | Version: 0.1.1 |
Bryan Duxbury | c8c088c | 2009-04-07 23:27:01 +0000 | [diff] [blame] | 3 | Cabal-Version: >= 1.2 |
Bryan Duxbury | 0781f2b | 2009-04-07 23:29:42 +0000 | [diff] [blame] | 4 | License: Apache2 |
Bryan Duxbury | c8c088c | 2009-04-07 23:27:01 +0000 | [diff] [blame] | 5 | Category: Foreign |
| 6 | Build-Type: Simple |
| 7 | Synopsis: Thrift library package |
| 8 | |
| 9 | Library |
| 10 | Hs-Source-Dirs: |
| 11 | src |
| 12 | Build-Depends: |
David Reiss | 752529e | 2010-01-11 19:12:56 +0000 | [diff] [blame] | 13 | base >=4, network, ghc-prim, binary, bytestring, HTTP |
Bryan Duxbury | c8c088c | 2009-04-07 23:27:01 +0000 | [diff] [blame] | 14 | ghc-options: |
| 15 | -fglasgow-exts |
| 16 | Extensions: |
| 17 | DeriveDataTypeable |
| 18 | Exposed-Modules: |
Bryan Duxbury | 0781f2b | 2009-04-07 23:29:42 +0000 | [diff] [blame] | 19 | Thrift, Thrift.Protocol, Thrift.Transport, Thrift.Protocol.Binary |
David Reiss | 752529e | 2010-01-11 19:12:56 +0000 | [diff] [blame] | 20 | Thrift.Transport.Handle, Thrift.Transport.HttpClient, Thrift.Server |