ekg-statsd 0.2.6.1 → 0.2.6.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~ekg-coredep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, ekg-core, time
API changes (from Hackage documentation)
Files
- CHANGES.md +3/−0
- ekg-statsd.cabal +4/−3
CHANGES.md view
@@ -1,3 +1,6 @@+## 0.2.6.2 (2025-04-22)+ * Support GHC 9.12.2+ ## 0.2.6.1 (2024-10-27) * Support GHC 9.10
ekg-statsd.cabal view
@@ -1,5 +1,5 @@ name: ekg-statsd-version: 0.2.6.1+version: 0.2.6.2 synopsis: Push metrics to statsd description: This library lets you push system metrics to a statsd server.@@ -31,16 +31,17 @@ || ==9.6.6 || ==9.8.2 || ==9.10.1+ || ==9.12.2 library exposed-modules: System.Remote.Monitoring.Statsd build-depends:- base >=4.6 && <4.21+ base >=4.6 && <4.22 , bytestring <1.0 , ekg-core >=0.1 && <1.0 , network <3.3 , text <2.2- , time <1.13+ , time <1.15 , unordered-containers <0.3 default-language: Haskell2010