ekg-statsd 0.2.0.3 → 0.2.0.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- System.Remote.Monitoring.Statsd: debug :: StatsdOptions -> !Bool
- System.Remote.Monitoring.Statsd: flushInterval :: StatsdOptions -> !Int
- System.Remote.Monitoring.Statsd: host :: StatsdOptions -> !Text
- System.Remote.Monitoring.Statsd: port :: StatsdOptions -> !Int
- System.Remote.Monitoring.Statsd: prefix :: StatsdOptions -> !Text
- System.Remote.Monitoring.Statsd: suffix :: StatsdOptions -> !Text
+ System.Remote.Monitoring.Statsd: [debug] :: StatsdOptions -> !Bool
+ System.Remote.Monitoring.Statsd: [flushInterval] :: StatsdOptions -> !Int
+ System.Remote.Monitoring.Statsd: [host] :: StatsdOptions -> !Text
+ System.Remote.Monitoring.Statsd: [port] :: StatsdOptions -> !Int
+ System.Remote.Monitoring.Statsd: [prefix] :: StatsdOptions -> !Text
+ System.Remote.Monitoring.Statsd: [suffix] :: StatsdOptions -> !Text
Files
- CHANGES.md +4/−0
- ekg-statsd.cabal +2/−2
CHANGES.md view
@@ -1,3 +1,7 @@+## 0.2.0.4 (2016-05-28)++ * GHC 8.0 support.+ ## 0.2.0.3 (2015-06-06) * Support GHC 7.10.
ekg-statsd.cabal view
@@ -1,5 +1,5 @@ name: ekg-statsd-version: 0.2.0.3+version: 0.2.0.4 synopsis: Push metrics to statsd description: This library lets you push system metrics to a statsd server.@@ -19,7 +19,7 @@ System.Remote.Monitoring.Statsd build-depends:- base >= 4.5 && < 4.9,+ base >= 4.5 && < 4.10, bytestring < 1.0, ekg-core >= 0.1 && < 1.0, network < 2.7,