From 5a30ef49d1c4a7f8a77425c67a5ee8e5e8243c8e Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Mon, 13 Mar 2023 12:46:44 +1300 Subject: [PATCH] Loosen dependency bounds. --- balkon.cabal | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/balkon.cabal b/balkon.cabal index 837b54f..b96c34a 100644 --- a/balkon.cabal +++ b/balkon.cabal @@ -112,11 +112,11 @@ library balkon-internal Data.Text.ParagraphLayout.Internal.ProtoFragment build-depends: - base ^>=4.15.1.0, - harfbuzz-pure ^>=1.0.2.0, - text ^>=2.0.1, - text-icu ^>=0.8.0.2, - unicode-data-scripts ^>=0.2.0.1 + base >=4.12 && < 4.16, + harfbuzz-pure >=1.0.2.0 && <1.1, + text >=2.0.2 && <3, + text-icu >=0.8.0.2 && <0.9, + unicode-data-scripts >=0.2.0.1 && < 0.3 library import: language, warnings @@ -132,7 +132,7 @@ library -- Other library packages from which modules are imported. build-depends: - base ^>=4.15.1.0, + base >=4.12 && <4.16, balkon-internal test-suite balkon-test @@ -163,12 +163,12 @@ test-suite balkon-test base, balkon, balkon-internal, - bytestring ^>=0.11.4.0, - filepath ^>=1.4.100.0, + bytestring >=0.11.4 && < 0.12, + filepath >=1.4.2.1 && < 1.5, harfbuzz-pure, hspec, hspec-discover, - hspec-golden ^>=0.2.0.0, + hspec-golden >=0.2.0.1 && <0.3, text, text-icu -- 2.30.2