network-metrics 0.2.1 → 0.2.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Network.Metric: instance Eq SinkType
+ Network.Metric: instance Read SinkType
Files
- network-metrics.cabal +1/−1
- src/Network/Metric.hs +1/−1
network-metrics.cabal view
@@ -1,5 +1,5 @@ name: network-metrics-version: 0.2.1+version: 0.2.2 synopsis: Send metrics to Ganglia, Graphite, and statsd. license: OtherLicense license-file: LICENSE
src/Network/Metric.hs view
@@ -40,7 +40,7 @@ | Graphite | Statsd | Stdout- deriving (Data, Typeable, Show)+ deriving (Eq, Data, Typeable, Read, Show) -- -- API