From c77841191168d68c9c4799eaa43ff8575175cb70 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Sun, 17 Mar 2024 20:32:26 +0900 Subject: [PATCH] Relax the upper bounds of the bytestring dependency --- ChangeLog.md | 4 +++- mem-info.cabal | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index cc9007c..d06e10d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,7 +2,9 @@ `mem-info` uses [PVP Versioning][1]. -## Unreleased -- 2024-02-06 +## 0.3.0.0 -- 2024-03-17 + +- Extended the dependency bounds to allow all bytestring 0.12.x - Remove the check for __root__ when no pids are specified diff --git a/mem-info.cabal b/mem-info.cabal index 58ef826..b14bd09 100644 --- a/mem-info.cabal +++ b/mem-info.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: mem-info -version: 0.2.0.0 +version: 0.3.0.0 synopsis: Print the core memory usage of programs description: A utility to accurately report the core memory usage of programs. @@ -45,7 +45,7 @@ library hs-source-dirs: src build-depends: , base >=4.10 && <5 - , bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12.1 + , bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.13 , containers >=0.6.5 && <0.8 , directory >=1.3.6 && <1.5 , filepath >=1.4.2 && <1.6