packages feed

influxdb 1.6.0.7 → 1.6.0.8

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for influxdb +## v1.6.0.8 - 2018-09-04++* Relax upper version bound for QuickCheck+ ## v1.6.0.7 - 2018-07-23  * Relax upper version bound for base to support GHC 8.6 (#69)
influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 1.6.0.7+version: 1.6.0.8 synopsis: Haskell client library for InfluxDB description:   @influxdb@ is a Haskell client library for InfluxDB.@@ -99,7 +99,7 @@   build-depends:       base     , doctest >= 0.11.3 && < 0.17-    , QuickCheck >= 2.10 && < 2.12+    , QuickCheck >= 2.10 && < 2.13     , influxdb     , template-haskell   ghc-options: -Wall -threaded