packages feed

cassandra-thrift 0.0.5 → 0.6.5

raw patch · 3 files changed

+4/−6 lines, 3 filesdep ~ThriftPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Thrift

API changes (from Hackage documentation)

Files

Database/Cassandra/Thrift/Cassandra_Client.hs view
@@ -1,4 +1,3 @@-{-# LANGUAGE DeriveDataTypeable #-} module Database.Cassandra.Thrift.Cassandra_Client(login,get,get_slice,multiget,multiget_slice,get_count,get_range_slice,get_range_slices,insert,batch_insert,remove,batch_mutate,get_string_property,get_string_list_property,describe_keyspaces,describe_cluster_name,describe_version,describe_ring,describe_partitioner,describe_keyspace,describe_splits) where import Data.IORef import Thrift
Database/Cassandra/Thrift/Cassandra_Iface.hs view
@@ -1,4 +1,3 @@-{-# LANGUAGE DeriveDataTypeable #-} module Database.Cassandra.Thrift.Cassandra_Iface where import Thrift import Data.Typeable ( Typeable )
cassandra-thrift.cabal view
@@ -1,13 +1,13 @@ name: cassandra-thrift -version: 0.0.5+version: 0.6.5 license: OtherLicense  cabal-version: >= 1.4-author: Thrift v.0.3.0 +author: Thrift v.0.4.0  maintainer: kirk@glyphsoftware.com  stability: alpha synopsis: thrift bindings to the cassandra database  description:-  The Cassandra (v.0.6.4) database bindings, generated using the Thrift (v.0.3) compliler, Released under the Apache 2.0 license. +  The Cassandra (v.0.6.5) database bindings, generated using the Thrift (v.0.4) compliler, Released under the Apache 2.0 license.       category: Database  build-type: Simple@@ -21,5 +21,5 @@      build-depends:   base >= 4.2.0.0 && < 4.9,                       containers,-                     Thrift+                     Thrift == 0.4.0