From bfaeffd9f3434647092a3c26a6c6b2f5c6c8e542 Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sun, 3 Mar 2024 21:34:31 +0000 Subject: [PATCH] Bump base and text bounds in prometheus-proc --- prometheus-proc/ChangeLog.md | 4 ++++ prometheus-proc/prometheus-proc.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/prometheus-proc/ChangeLog.md b/prometheus-proc/ChangeLog.md index 8b6321f..6bc688d 100644 --- a/prometheus-proc/ChangeLog.md +++ b/prometheus-proc/ChangeLog.md @@ -1,3 +1,7 @@ +# HEAD + +* Relax bounds on base, unix, and text to support GHC 9.6 and 9.8 + # 0.1.5.0 -- 2023-05-11 * Support base-4.17 and (GHC 9.2 & GHC 9.4) diff --git a/prometheus-proc/prometheus-proc.cabal b/prometheus-proc/prometheus-proc.cabal index 19fe4db..bcfeae0 100644 --- a/prometheus-proc/prometheus-proc.cabal +++ b/prometheus-proc/prometheus-proc.cabal @@ -17,12 +17,12 @@ source-repository head library exposed-modules: Prometheus.Metric.Proc - build-depends: base >=4.10 && <4.19 + build-depends: base >=4.10 && <5 , 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 && < 2.1 + , text >= 0.7 && < 2.2 , unix >=2.7 && <2.9 , unix-memory >=0.1 && <0.2 hs-source-dirs: src