influxdb 0.9.1.2 → 0.9.1.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- influxdb.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+## v0.9.1.3 - 2015-06-02++* Relax upper bound for aeson+ ## v0.9.1.2 - 2015-05-15 * Relax upper bound for attoparsec
influxdb.cabal view
@@ -1,5 +1,5 @@ name: influxdb-version: 0.9.1.2+version: 0.9.1.3 synopsis: Haskell client library for InfluxDB description: Haskell client library for InfluxDB homepage: https://github.com/maoe/influxdb-haskell@@ -78,7 +78,7 @@ if flag(aeson-070) build-depends:- aeson >= 0.7.0 && < 0.9+ aeson >= 0.7.0 && < 0.10 , scientific >= 0.2 else build-depends:@@ -142,5 +142,5 @@ source-repository this type: git- tag: v0.9.1.2+ tag: v0.9.1.3 location: https://github.com/maoe/influxdb-haskell.git