From ecaa0e018a3c2dc8b848ba752d7df403f408c7ba Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 23 Mar 2023 20:32:48 +1300 Subject: [PATCH] Fix imports in Graphics.Layout.CSS.Font --- Graphics/Layout/CSS/Font.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphics/Layout/CSS/Font.hs b/Graphics/Layout/CSS/Font.hs index 2881bff..c58407c 100644 --- a/Graphics/Layout/CSS/Font.hs +++ b/Graphics/Layout/CSS/Font.hs @@ -10,7 +10,7 @@ import Debug.Trace (trace) -- For warnings. import Data.Maybe (fromMaybe) import Graphics.Layout.Box -import Graphics.CSS.Internal (Font'(..)) +import Graphics.Layout.CSS.Internal import Data.Text.Glyphize as HB import Graphics.Text.Font.Choose (Pattern(..), Value(..), normalizePattern, -- 2.30.2