From 8558eeae3d9f77cbe79be11b4988b04c489197d2 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 29 Mar 2023 20:41:11 +1300 Subject: [PATCH] Expand version bounds. --- harfbuzz-pure.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harfbuzz-pure.cabal b/harfbuzz-pure.cabal index 3e41e7a..85864e0 100644 --- a/harfbuzz-pure.cabal +++ b/harfbuzz-pure.cabal @@ -61,7 +61,7 @@ library -- other-extensions: -- Other library packages from which modules are imported. - build-depends: base >=4.12 && <4.13, text >= 2.0 && < 3, + build-depends: base >=4.12 && <5, text >= 2.0 && < 3, bytestring >= 0.11, freetype2 >= 0.2, derive-storable >= 0.3 && < 1 pkgconfig-depends: harfbuzz >= 3.3 -- 2.30.2