packages feed

Thrift-0.1.0: Thrift.cabal

Name:           Thrift
Version:        0.1.0
Cabal-Version:  >= 1.4
License:        OtherLicense 
Category:       Foreign
Build-Type:     Simple
Synopsis:       Thrift library package
homepage:       http://incubator.apache.org/thrift
maintainer:     thrift-user-subscribe@incubator.apache.org 
description:
  The Thrift Haskell package that shipped with Thrift v.0.2.0, released under the Apache 2.0 license.


Library
  Hs-Source-Dirs:
    src
  Build-Depends:
    base >= 4 && < 5, network, ghc-prim
  ghc-options:
    -fglasgow-exts
  Extensions:
    DeriveDataTypeable
  Exposed-Modules:
    Thrift, Thrift.Protocol, Thrift.Transport, Thrift.Protocol.Binary
    Thrift.Transport.Handle, Thrift.Server