cassandra-thrift 0.7.0 → 0.7.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~Thrift
Dependency ranges changed: Thrift
Files
- cassandra-thrift.cabal +3/−3
cassandra-thrift.cabal view
@@ -1,5 +1,5 @@ Name: cassandra-thrift -Version: 0.7.0+Version: 0.7.2 License: OtherLicense License-File: LICENSE Cabal-version: >= 1.4@@ -8,7 +8,7 @@ Stability: alpha Synopsis: thrift bindings to the cassandra database Description:- The Cassandra (v.0.7.0) database bindings, generated using the Thrift (v.0.5) compliler, Released under the Apache 2.0 license. + The Cassandra (v.0.7.2) database bindings, generated using the Thrift (v.0.5.0) compliler, Released under the Apache 2.0 license. Category: Database Build-type: Simple@@ -22,5 +22,5 @@ build-depends: base >= 4.2.0.0 && < 4.9, containers,- Thrift == 0.5.0,+ Thrift == 0.5.0.1, bytestring