From 81671f7f3caedba38d45e9fbc55e7008b35e6cfa Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 15 Mar 2023 18:27:04 +1300 Subject: [PATCH] Register more needed dependencies. --- haphaestus.cabal | 2 +- src/Main.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/haphaestus.cabal b/haphaestus.cabal index a22546e..54b494c 100644 --- a/haphaestus.cabal +++ b/haphaestus.cabal @@ -25,7 +25,7 @@ executable haphaestus xml-conduit, containers, stylist >= 2.5, stylist-traits, css-syntax, xml-conduit-stylist >=3, text >= 2, bytestring, - cattrap >= 0.1 && <0.2, fontconfig-pure, + cattrap >= 0.1 && <0.2, fontconfig-pure, linear, balkon, typograffiti >= 0.2.0.1 && < 0.3, freetype2, sdl2 >= 2.5.4, gl, mtl hs-source-dirs: src diff --git a/src/Main.hs b/src/Main.hs index 5b1fc3e..8b898f2 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -38,7 +38,7 @@ import FreeType.FontConfig (instantiatePattern, bmpAndMetricsForIndex, FTFC_Subpixel(..)) import FreeType.Core.Base (ft_With_FreeType) import Typograffiti (makeDrawGlyphs, allocAtlas, AllocatedRendering(..), - TextTransformMultiply(..)) + TextTransform(..)) import Linear.V4 (V4(..)) import Linear.V2 (V2(..)) import Data.Text.ParagraphLayout (Fragment(..)) -- 2.30.2