influxdb 1.2.2 → 1.2.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~http-typesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-types
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- influxdb.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+## v1.2.2.1 - 2017-11-30++* Relax upper version bound for http-types+ ## v1.2.2 - 2017-06-26 * A couple of documentation fixes
influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 1.2.2+version: 1.2.2.1 synopsis: Haskell client library for InfluxDB description: @influxdb@ is a Haskell client library for InfluxDB.@@ -68,7 +68,7 @@ , containers >= 0.5 && < 0.6 , foldl < 1.4 , http-client >= 0.5 && < 0.6- , http-types >= 0.8.6 && < 0.10+ , http-types >= 0.8.6 && < 0.11 , lens >= 4.9 && < 4.16 , network >= 2.6 && < 2.7 , optional-args >= 1.0 && < 1.1