snaplet-influxdb 1.0.0.0 → 1.0.0.1
raw patch · 3 files changed
+6/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.org +4/−4
- snaplet-influxdb.cabal +1/−1
- src/Snap/Snaplet/InfluxDB.hs +1/−1
README.org view
@@ -5,10 +5,10 @@ =snaplet-influxdb= provides a convenience interface to the Haskell InfluxDB package. - **NOTE:** this code only builds a pool with the one server- description provided in the config. When I get around to it the- configuration will be more advanced allowing you to specify a pool- of servers for the InfluxDB client to use.+ *NOTE: this code only builds a pool with the one server description+ provided in the config. When I get around to it the configuration+ will be more advanced allowing you to specify a pool of servers for+ the InfluxDB client to use.* Usage is simple, make sure you've configured the connections correctly in the InfluxDB snaplet:
snaplet-influxdb.cabal view
@@ -1,5 +1,5 @@ Name: snaplet-influxdb-Version: 1.0.0.0+Version: 1.0.0.1 Synopsis: Snap framework snaplet for the InfluxDB library Homepage: https://github.com/ixmatus/snaplet-influxdb License: BSD3
src/Snap/Snaplet/InfluxDB.hs view
@@ -44,7 +44,7 @@ -- | Initialize the Influx Snaplet. initInflux :: SnapletInit b InfluxState-initInflux = makeSnaplet "influx" description datadir $ do+initInflux = makeSnaplet "influxdb" description datadir $ do p <- mkSnapletInfluxPool let (InfluxPool _ c) = p