packages feed

snaplet-influxdb 1.0.0.1 → 1.0.0.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

resources/influxdb/devel.cfg view
@@ -1,6 +1,6 @@ host  = "localhost" port  = 5672-ssl   = False+ssl   = false db    = "default" user  = "root" pass  = "root"
snaplet-influxdb.cabal view
@@ -1,5 +1,5 @@ Name:                snaplet-influxdb-Version:             1.0.0.1+Version:             1.0.0.2 Synopsis:            Snap framework snaplet for the InfluxDB library Homepage:            https://github.com/ixmatus/snaplet-influxdb License:             BSD3