packages feed

influxdb 1.1.2 → 1.1.2.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~aesondep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base

API changes (from Hackage documentation)

Files

influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 1.1.2+version: 1.1.2.1 synopsis: Haskell client library for InfluxDB description: Haskell client library for InfluxDB homepage: https://github.com/maoe/influxdb-haskell@@ -63,8 +63,8 @@     ViewPatterns   ghc-options: -Wall   build-depends:-      base >= 4.8 && < 4.10-    , aeson >= 0.7 && < 1.2+      base >= 4.8 && < 4.11+    , aeson >= 0.7 && < 1.3     , attoparsec < 0.14     , bytestring >= 0.10 && < 0.11     , clock >= 0.7 && < 0.8@@ -150,5 +150,5 @@  source-repository this   type: git-  tag: v1.1.2+  tag: v1.1.2.1   location: https://github.com/maoe/influxdb-haskell.git