From 73bb43f1c1ff72234fcc1c01a028af44c1c158e5 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 9 Feb 2023 16:25:16 +1300 Subject: [PATCH] Note bridging work. --- README.md | 2 +- fontconfig-harfbuzz/fontconfig-harfbuzz.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 832156f..c158fb8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Pure-functional language bindings to [FontConfig](https://www.freedesktop.org/wiki/Software/fontconfig/). Mostly consists of conversions between common Haskell types & FontConfig's imperative C types. -Queries a database of fonts, both in-memory & on the local filesystem, to find the one most closely matching your desired font-family, style, & size. +Queries a database of fonts, both in-memory & on the local filesystem, to find the one most closely matching your desired font-family, style, & size. Includes bridges from [Haskell Stylist](https://hackage.haskell.org/package/stylist) and to both FreeType & (soon) Harfbuzz. ## Requirements * FontConfig 2.13 or greater diff --git a/fontconfig-harfbuzz/fontconfig-harfbuzz.cabal b/fontconfig-harfbuzz/fontconfig-harfbuzz.cabal index 72b4b11..be46d8e 100644 --- a/fontconfig-harfbuzz/fontconfig-harfbuzz.cabal +++ b/fontconfig-harfbuzz/fontconfig-harfbuzz.cabal @@ -57,7 +57,7 @@ library -- other-extensions: -- Other library packages from which modules are imported. - build-depends: base >=4.12 && <4.13, fontconfig-pure, harfbuzz-pure, bytestring + build-depends: base >=4.12 && <4.16, fontconfig-pure, harfbuzz-pure, bytestring -- Directories containing source files. hs-source-dirs: . -- 2.30.2