packages feed

cassy 0.4 → 0.4.0.1

raw patch · 1 files changed

+7/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cassy.cabal view
@@ -1,5 +1,5 @@ Name:                cassy-Version:             0.4+Version:             0.4.0.1 Synopsis:            A high level driver for the Cassandra datastore License:             BSD3 License-file:        LICENSE@@ -15,6 +15,9 @@   Certain parts of the API was inspired by pycassa (Python client) and   hscassandra (on Hackage).   .+  Please see the Github repository for more detailed documentation,+  release notes and examples.+  .   A brief explanation of modules:   .    * /Database.Cassandra.Basic/: Contains a low level, simple@@ -29,6 +32,9 @@   * /Database.Cassandra.Pool/: Handles a /pool/ of connections to     multiple servers in a cluster, splitting the load among them.   .+  * /Database.Cassandra.Pack/: Handles column types that Cassandra+    recognizes and adds support for Composite Columns.+  .   * /Database.Cassandra.Types/: A common set of types used everywhere.   .   Potential TODOs include:@@ -36,8 +42,6 @@   * Support for counters and batch mutators   .   * Support for database admin operations-  .-  * Support for composite column types    -- Extra-source-files: