packages feed

influxdb 1.6.1 → 1.6.1.1

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~http-clientPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: http-client

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for influxdb +## v1.6.1.1 - 2019-01-10++* Relax upper version bound for http-client+ ## v1.6.1 - 2018-11-20  * Add secureServer smart constructor for Server
influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 1.6.1+version: 1.6.1.1 synopsis: Haskell client library for InfluxDB description:   @influxdb@ is a Haskell client library for InfluxDB.@@ -9,8 +9,8 @@ license: BSD3 license-file: LICENSE author: Mitsutoshi Aoe-maintainer: Mitsutoshi Aoe <maoe@foldr.in>-copyright: Copyright (C) 2014-2018 Mitsutoshi Aoe+maintainer: Mitsutoshi Aoe <me@maoe.name>+copyright: Copyright (C) 2014-2019 Mitsutoshi Aoe category: Database build-type: Custom cabal-version: 1.24@@ -19,7 +19,7 @@   GHC == 8.0.2   GHC == 8.2.2   GHC == 8.4.4-  GHC == 8.6.2+  GHC == 8.6.3  extra-source-files:   README.md@@ -80,7 +80,7 @@     , clock >= 0.7 && < 0.8     , containers >= 0.5 && < 0.7     , foldl < 1.5-    , http-client >= 0.5 && < 0.6+    , http-client >= 0.5 && < 0.7     , http-types >= 0.8.6 && < 0.13     , lens >= 4.9 && < 4.18     , network >= 2.6 && < 2.9