packages feed

mem-info 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~bytestringdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, hspec

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `mem-info` uses [PVP Versioning][1]. +## 0.1.0.1 -- 2024-01-17++- Adjusted dependency bounds to remove any stale dependencies+ ## 0.1.0.0 -- 2024-01-16  * Initial version.
mem-info.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               mem-info-version:            0.1.0.0+version:            0.1.0.1 synopsis:           Print the core memory usage of programs description:   A utility to accurately report the core memory usage of programs.@@ -45,7 +45,7 @@   hs-source-dirs:   src   build-depends:     , base                  >=4.10   && <5-    , bytestring            >=0.11.4 && <0.12+    , bytestring            >=0.10.8.2  && <0.11 || >=0.11.3.1 && <0.12.1     , containers            >=0.6.5  && <0.8     , directory             >=1.3.6  && <1.5     , filepath              >=1.4.2  && <1.6@@ -81,7 +81,7 @@     , genvalidity-text     , hashable     , mem-info-    , hspec              >=2.1 && <2.11+    , hspec     , QuickCheck     , text     , unix