David Reiss | 68f8c38 | 2010-01-11 19:13:18 +0000 | [diff] [blame] | 1 | Name: ThriftTutorial |
| 2 | Version: 0.1.0 |
| 3 | Cabal-Version: >= 1.2 |
| 4 | License: Apache2 |
| 5 | Category: Foreign |
| 6 | Build-Type: Simple |
| 7 | Synopsis: Thrift Tutorial library package |
| 8 | |
| 9 | Executable HaskellServer |
| 10 | Main-is: HaskellServer.hs |
| 11 | Hs-Source-Dirs: |
| 12 | ., ../gen-hs/ |
| 13 | Build-Depends: |
| 14 | base >=4, network, ghc-prim, containers, Thrift |
| 15 | ghc-options: |
| 16 | -fglasgow-exts |
| 17 | Extensions: |
| 18 | DeriveDataTypeable |
| 19 | |
| 20 | Executable HaskellClient |
| 21 | Main-is: HaskellClient.hs |
| 22 | Hs-Source-Dirs: |
| 23 | ., ../gen-hs/ |
| 24 | Build-Depends: |
| 25 | base >=4, network, ghc-prim, containers, Thrift |
| 26 | ghc-options: |
| 27 | -fglasgow-exts |
| 28 | Extensions: |
| 29 | DeriveDataTypeable |