packages feed

prometheus-proc 0.1.4.0 → 0.1.5.0

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~basedep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, text

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,8 @@+# 0.1.5.0 -- 2023-05-11++* Support base-4.17 and (GHC 9.2 & GHC 9.4)+* Support text-2.0+ # 0.1.4.0 -- 2022-03-21  * Support base-4.15 and GHC 9.0.
prometheus-proc.cabal view
@@ -1,5 +1,5 @@ name:                prometheus-proc-version:             0.1.4.0+version:             0.1.5.0 synopsis:            Export metrics from /proc for the current process homepage:            https://github.com/fimad/prometheus-haskell license:             BSD3@@ -17,12 +17,12 @@  library   exposed-modules:     Prometheus.Metric.Proc-  build-depends:       base >=4.10 && <4.16+  build-depends:       base >=4.10 && <4.18                      , directory >= 1.2.5.0 && < 1.4                      , filepath >=1.4 && <1.5                      , prometheus-client >= 1.0.0 && < 1.2                      , regex-applicative >=0.3 && <0.4-                     , text >= 0.7 && < 1.3+                     , text >= 0.7 && < 2.1                      , unix >=2.7 && <2.8                      , unix-memory >=0.1 && <0.2   hs-source-dirs:      src