influxdb 1.9.2.1 → 1.9.2.2
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~basedep ~doctestdep ~lensPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, doctest, lens, time
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- influxdb.cabal +5/−5
CHANGELOG.md view
@@ -1,8 +1,13 @@ # Revision history for influxdb +## v1.9.2.2 - 2021-11-21++* Update dependencies+ ## v1.9.2.1 - 2021-10-20 * Add support for aeson 2.0 ([#89](https://github.com/maoe/influxdb-haskell/pull/89))+ ## v1.9.2 - 2021-09-08 * Derive Show for Line ([#87](https://github.com/maoe/influxdb-haskell/pull/87))
influxdb.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.24 name: influxdb-version: 1.9.2.1+version: 1.9.2.2 synopsis: InfluxDB client library for Haskell description: @influxdb@ is an InfluxDB client library for Haskell.@@ -74,7 +74,7 @@ ViewPatterns ghc-options: -Wall build-depends:- base >= 4.11 && < 4.16+ base >= 4.11 && < 4.17 , aeson >= 0.7 && < 2.1 , attoparsec < 0.15 , bytestring >= 0.10 && < 0.12@@ -83,13 +83,13 @@ , foldl < 1.5 , http-client >= 0.5 && < 0.8 , http-types >= 0.8.6 && < 0.13- , lens >= 4.9 && < 5.1+ , lens >= 4.9 && < 5.2 , network >= 2.6 && < 3.2 , optional-args >= 1.0 && < 1.1 , scientific >= 0.3.3 && < 0.4 , tagged >= 0.1 && < 0.9 , text < 1.3- , time >= 1.5 && < 1.13+ , time >= 1.5 && < 1.14 , unordered-containers < 0.3 , vector >= 0.10 && < 0.13 hs-source-dirs: src@@ -100,7 +100,7 @@ main-is: doctests.hs build-depends: base- , doctest >= 0.11.3 && < 0.19+ , doctest >= 0.11.3 && < 0.21 , influxdb , template-haskell ghc-options: -Wall -threaded