blob: feb2e816e1ba472ebec5ea08bd367ecb37dfcec2 [file] [log] [blame]
Bryan Duxbury23f23482010-07-28 18:23:22 +00001--
2-- Licensed to the Apache Software Foundation (ASF) under one
3-- or more contributor license agreements. See the NOTICE file
4-- distributed with this work for additional information
5-- regarding copyright ownership. The ASF licenses this file
6-- to you under the Apache License, Version 2.0 (the
7-- "License"); you may not use this file except in compliance
8-- with the License. You may obtain a copy of the License at
9--
10-- http://www.apache.org/licenses/LICENSE-2.0
11--
12-- Unless required by applicable law or agreed to in writing,
13-- software distributed under the License is distributed on an
14-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15-- KIND, either express or implied. See the License for the
16-- specific language governing permissions and limitations
17-- under the License.
18--
19
Bryan Duxburyc8c088c2009-04-07 23:27:01 +000020Name: Thrift
David Reiss752529e2010-01-11 19:12:56 +000021Version: 0.1.1
Bryan Duxburyc8c088c2009-04-07 23:27:01 +000022Cabal-Version: >= 1.2
Bryan Duxbury0781f2b2009-04-07 23:29:42 +000023License: Apache2
Bryan Duxburyc8c088c2009-04-07 23:27:01 +000024Category: Foreign
25Build-Type: Simple
26Synopsis: Thrift library package
27
28Library
29 Hs-Source-Dirs:
30 src
31 Build-Depends:
David Reiss752529e2010-01-11 19:12:56 +000032 base >=4, network, ghc-prim, binary, bytestring, HTTP
Bryan Duxburyc8c088c2009-04-07 23:27:01 +000033 ghc-options:
34 -fglasgow-exts
35 Extensions:
36 DeriveDataTypeable
37 Exposed-Modules:
Bryan Duxbury0781f2b2009-04-07 23:29:42 +000038 Thrift, Thrift.Protocol, Thrift.Transport, Thrift.Protocol.Binary
David Reiss752529e2010-01-11 19:12:56 +000039 Thrift.Transport.Handle, Thrift.Transport.HttpClient, Thrift.Server