packages feed

cassandra-thrift-0.0.2: cassandra-thrift.cabal

name: cassandra-thrift 
version: 0.0.2
license: OtherLicense 
cabal-version: >= 1.4
author: Thrift v.0.2.0 
maintainer: kirk@glyphsoftware.com 
stability: alpha
synopsis: thrift bindings to the cassandra database 
description:
  The Cassandra (v.0.6.2) database bindings, generated using the Thrift (v.0.2) compliler, Released under the Apache 2.0 license. 
    
category: Database 
build-type: Simple
homepage: http://cassandra.apache.org/ 
Library
    exposed-modules: Database.Cassandra.Thrift.Cassandra
                     Database.Cassandra.Thrift.Cassandra_Client
                     Database.Cassandra.Thrift.Cassandra_Consts 
                     Database.Cassandra.Thrift.Cassandra_Iface
                     Database.Cassandra.Thrift.Cassandra_Types

    build-depends:   base >= 4 && < 5, 
                     haskell98,
                     containers,
                     Thrift

    include-dirs: Database