From 305059a7ae52516211cba7ab0357fca9ffd9e5ef Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 15 Mar 2023 17:24:41 +1300 Subject: [PATCH] Register new dependencies for text rendering. --- haphaestus.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/haphaestus.cabal b/haphaestus.cabal index 7cb819f..a22546e 100644 --- a/haphaestus.cabal +++ b/haphaestus.cabal @@ -26,6 +26,7 @@ executable haphaestus stylist >= 2.5, stylist-traits, css-syntax, xml-conduit-stylist >=3, text >= 2, bytestring, cattrap >= 0.1 && <0.2, fontconfig-pure, + typograffiti >= 0.2.0.1 && < 0.3, freetype2, sdl2 >= 2.5.4, gl, mtl hs-source-dirs: src default-language: Haskell2010 -- 2.30.2