packages feed

influxdb 1.6.1.1 → 1.6.1.2

raw patch · 3 files changed

+8/−3 lines, 3 filesdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: network

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for influxdb +## v1.6.1.2 - 2019-01-21++* Relax upper version bound for network+ ## v1.6.1.1 - 2019-01-10  * Relax upper version bound for http-client
README.md view
@@ -1,7 +1,8 @@ # Haskell client library for InfluxDB-[![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=influxdb)+[![Travis CI](https://travis-ci.org/maoe/influxdb-haskell.svg?branch=master)](https://travis-ci.org/maoe/influxdb-haskell)+[![Hackage CI](http://matrix.hackage.haskell.org/api/v2/packages/influxdb/badge)](https://matrix.hackage.haskell.org/package/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 is tested against InfluxDB 1.7.
influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 1.6.1.1+version: 1.6.1.2 synopsis: Haskell client library for InfluxDB description:   @influxdb@ is a Haskell client library for InfluxDB.@@ -83,7 +83,7 @@     , http-client >= 0.5 && < 0.7     , http-types >= 0.8.6 && < 0.13     , lens >= 4.9 && < 4.18-    , network >= 2.6 && < 2.9+    , network >= 2.6 && < 3.1     , optional-args >= 1.0 && < 1.1     , scientific >= 0.3.3 && < 0.4     , tagged >= 0.1 && < 0.9