cql-io 0.12.0 → 0.12.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~lensdep ~mtl
Dependency ranges changed: lens, mtl
Files
- CHANGELOG.md +4/−0
- cql-io.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.12.1+-----------------------------------------------------------------------------+- Update dependencies.+ 0.12.0 ----------------------------------------------------------------------------- - Remove wait-queue.
cql-io.cabal view
@@ -1,5 +1,5 @@ name: cql-io-version: 0.12.0+version: 0.12.1 synopsis: Cassandra CQL client. stability: experimental license: OtherLicense@@ -76,9 +76,9 @@ , exceptions >= 0.4 && < 1.0 , hashable >= 1.2 && < 2.0 , iproute >= 1.3 && < 1.4- , lens >= 4.4 && < 4.5+ , lens >= 4.4 && < 5.0 , monad-control >= 0.3 && < 1.0- , mtl >= 2.1 && < 2.3+ , mtl >= 2.1 && < 2.5 , mwc-random >= 0.13 && < 0.14 , network >= 2.4 && < 3.0 , semigroups >= 0.15 && < 0.16