LicenseRef-OtherLicense licensed by Toralf Wittner, Roman S. Borschel
Maintained by Toralf Wittner
This version can be pinned in stack with:cql-3.0.3@sha256:934d78307ebc335b6e7e76289f1c51627b33e6f0ee66a1ff2f71142a438a7580,2973

Module documentation for 3.0.3

= CQL Binary Protocol Implementation

// URL references
:cql2: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v2.spec[2]
:cql3: https://github.com/apache/cassandra/blob/trunk/doc/native_protocol_v3.spec[3]

// Badges
image:https://img.shields.io/badge/license-MPL_2.0-blue.svg["License: MPL-2.0", link="https://www.mozilla.org/MPL/2.0/"]
image:https://travis-ci.org/twittner/cql.svg?branch=develop["Build Status", link="https://travis-ci.org/twittner/cql"]

This Haskell library implements Cassandra's CQL Binary Protocol versions
{cql2} and {cql3}. It provides encoding and decoding functionality as well
as representations of the various protocol related types.

Changes

3.0.3
-----
- Update `iproute` upper bound

3.0.2
-----
- Add support for GHC 7.10.1