ekg-statsd 0.2.6.0 → 0.2.6.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGES.md +3/−0
- ekg-statsd.cabal +3/−2
CHANGES.md view
@@ -1,3 +1,6 @@+## 0.2.6.1 (2024-10-27)+ * Support GHC 9.10+ ## 0.2.6.0 (2024-07-31) * Support GHC 9.0 through 9.8.
ekg-statsd.cabal view
@@ -1,5 +1,5 @@ name: ekg-statsd-version: 0.2.6.0+version: 0.2.6.1 synopsis: Push metrics to statsd description: This library lets you push system metrics to a statsd server.@@ -30,11 +30,12 @@ || ==9.6.4 || ==9.6.6 || ==9.8.2+ || ==9.10.1 library exposed-modules: System.Remote.Monitoring.Statsd build-depends:- base >=4.6 && <4.20+ base >=4.6 && <4.21 , bytestring <1.0 , ekg-core >=0.1 && <1.0 , network <3.3