network-metrics 0.2.2 → 0.2.3
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
network-metrics.cabal view
@@ -1,5 +1,5 @@ name: network-metrics-version: 0.2.2+version: 0.2.3 synopsis: Send metrics to Ganglia, Graphite, and statsd. license: OtherLicense license-file: LICENSE
src/Network/Metric/Internal.hs view
@@ -68,7 +68,7 @@ = Counter Group Bucket Integer | Timer Group Bucket Double | Gauge Group Bucket Double- deriving (Show)+ deriving (Show, Eq) -- -- Type Classes