packages feed

influxdb 1.1.2.1 → 1.1.2.2

raw patch · 3 files changed

+12/−4 lines, 3 filesdep ~foldlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: foldl

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,11 @@+## v1.1.2.2 - 2017-05-31++* Relax upper version bound for foldl++## v1.1.2.1 - 2017-05-02++* Relax version bounds for base and aeson+ ## v1.1.2 - 2017-04-10  * Tighten lower version bound for base [#43](https://github.com/maoe/influxdb-haskell/issues/43)
README.md view
@@ -2,7 +2,7 @@ ========== [![Build Status](https://travis-ci.org/maoe/influxdb-haskell.svg?branch=master)](https://travis-ci.org/maoe/influxdb-haskell) [![Hackage](https://img.shields.io/hackage/v/influxdb.svg)](https://hackage.haskell.org/package/influxdb)-[![Hackage-Deps](https://img.shields.io/hackage-deps/v/influxdb.svg)](http://packdeps.haskellers.com/feed?needle=influxdbhttp://packdeps.haskellers.com/feed?needle=influxdb)+[![Hackage-Deps](https://img.shields.io/hackage-deps/v/influxdb.svg)](http://packdeps.haskellers.com/feed?needle=influxdb) [![Gitter](https://badges.gitter.im/maoe/influxdb-haskell.svg)](https://gitter.im/maoe/influxdb-haskell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)  Currently this library supports InfluxDB 1.2.
influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 1.1.2.1+version: 1.1.2.2 synopsis: Haskell client library for InfluxDB description: Haskell client library for InfluxDB homepage: https://github.com/maoe/influxdb-haskell@@ -69,7 +69,7 @@     , bytestring >= 0.10 && < 0.11     , clock >= 0.7 && < 0.8     , containers >= 0.5 && < 0.6-    , foldl < 1.3+    , foldl < 1.4     , http-types >= 0.8.6 && < 0.10     , lens >= 4.9 && < 4.16     , network >= 2.6 && < 2.7@@ -150,5 +150,5 @@  source-repository this   type: git-  tag: v1.1.2.1+  tag: v1.1.2.2   location: https://github.com/maoe/influxdb-haskell.git