From f86f950c317aa33b72f846be0f65aa85408dfa7c Mon Sep 17 00:00:00 2001 From: Joshua Chia Date: Wed, 31 Jan 2024 01:46:03 +0800 Subject: [PATCH] Bumped some dependency upper bounds --- examples/clock/gi-cairo-render-clock.cabal | 2 +- gi-cairo-connector/gi-cairo-connector.cabal | 4 ++-- gi-cairo-render/gi-cairo-render.cabal | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/clock/gi-cairo-render-clock.cabal b/examples/clock/gi-cairo-render-clock.cabal index d0c3703..12c3112 100644 --- a/examples/clock/gi-cairo-render-clock.cabal +++ b/examples/clock/gi-cairo-render-clock.cabal @@ -23,7 +23,7 @@ Source-Repository head Executable cairo-clock-demo build-depends: base >= 4 && < 5, time >= 1.8 && <2, - text >= 1.2 && <1.3, + text >= 1.2 && <2.2, gi-cairo >=1.0.24 && <1.1, gi-gdk >=3.0.23 && <4, gi-glib >=2.0.24 && <2.1, diff --git a/gi-cairo-connector/gi-cairo-connector.cabal b/gi-cairo-connector/gi-cairo-connector.cabal index bbf8828..2675c2a 100644 --- a/gi-cairo-connector/gi-cairo-connector.cabal +++ b/gi-cairo-connector/gi-cairo-connector.cabal @@ -23,8 +23,8 @@ Source-Repository head subdir: gi-cairo-connector Library - build-depends: base >= 4 && < 5, mtl >= 2.2 && <2.3, - haskell-gi-base >=0.24.0 && <0.25, + build-depends: base >= 4 && < 5, mtl >= 2.2 && <2.4, + haskell-gi-base >=0.24.0 && <0.27, gi-cairo >= 1.0 && <2, gi-cairo-render == 0.1.* exposed-modules: GI.Cairo.Render.Connector diff --git a/gi-cairo-render/gi-cairo-render.cabal b/gi-cairo-render/gi-cairo-render.cabal index fabc219..f59c9c7 100644 --- a/gi-cairo-render/gi-cairo-render.cabal +++ b/gi-cairo-render/gi-cairo-render.cabal @@ -36,10 +36,10 @@ Flag cairo_svg Library build-depends: base >= 4 && < 5, utf8-string >= 0.2 && < 1.1, - text >= 1.0.0.0 && < 1.3, - haskell-gi-base >= 0.24 && <0.25, - bytestring >= 0.10 && < 0.11, - mtl >= 2.2 && <2.3, + text >= 1.0.0.0 && < 2.2, + haskell-gi-base >= 0.24 && <0.27, + bytestring >= 0.10 && < 0.13, + mtl >= 2.2 && <2.4, array >= 0.5 && <0.6 build-tool-depends: c2hs:c2hs >= 0.28 && <0.30 exposed-modules: GI.Cairo.Render