packages feed

prometheus-proc 0.1.3.1 → 0.1.4.0

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

ChangeLog.md view
@@ -1,3 +1,7 @@+# 0.1.4.0 -- 2022-03-21++* Support base-4.15 and GHC 9.0.+ # 0.1.3.1 -- 2021-08-26  * Increase allowed prometheus-client version ranges.
prometheus-proc.cabal view
@@ -1,5 +1,5 @@ name:                prometheus-proc-version:             0.1.3.1+version:             0.1.4.0 synopsis:            Export metrics from /proc for the current process homepage:            https://github.com/fimad/prometheus-haskell license:             BSD3@@ -17,7 +17,7 @@  library   exposed-modules:     Prometheus.Metric.Proc-  build-depends:       base >=4.10 && <4.15+  build-depends:       base >=4.10 && <4.16                      , directory >= 1.2.5.0 && < 1.4                      , filepath >=1.4 && <1.5                      , prometheus-client >= 1.0.0 && < 1.2