packages feed

mem-info 0.4.1.0 → 0.4.1.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~optparse-applicativePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: optparse-applicative

API changes (from Hackage documentation)

- System.MemInfo: type ProcNamer = ProcRoot -> ProcessID -> IO (Either LostPid ProcName)
+ System.MemInfo: type ProcNamer = ProcRoot -> ProcessID -> IO Either LostPid ProcName

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `mem-info` uses [PVP Versioning][1]. +## 0.4.1.1 -- 2025-06-04++- Relax the upper bound on the optparse-applicative dependency+ ## 0.4.1.0 -- 2025-03-03  - Add a --version flag that prints the version and exits
mem-info.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               mem-info-version:            0.4.1.0+version:            0.4.1.1 synopsis:           Print the core memory usage of programs description:   A utility to accurately report the core memory usage of programs.@@ -54,7 +54,7 @@     , fmt                   >=0.6.3  && <0.8     , hashable              >=1.4.2  && <1.6     , mtl                   >=2.0 && <2.3 || > 2.3 && <2.5-    , optparse-applicative  >=0.18.1 && <0.19+    , optparse-applicative  >=0.18.1 && <0.20     , text                  >=1.2.3  && <2.2     , unix                  >=2.7.2  && <2.9     , validity              >=0.12.0 && <0.14