From d11d316860e721de5e47d908171aabba7f0eda53 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sun, 26 Mar 2023 15:36:29 +1300 Subject: [PATCH] Export extended length parser. --- Graphics/Layout/CSS/Length.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Graphics/Layout/CSS/Length.hs b/Graphics/Layout/CSS/Length.hs index b9feeda..bdc971c 100644 --- a/Graphics/Layout/CSS/Length.hs +++ b/Graphics/Layout/CSS/Length.hs @@ -1,5 +1,6 @@ {-# LANGUAGE OverloadedStrings #-} -module Graphics.Layout.CSS.Length(Unitted, auto, parseLength, n2f, finalizeLength, px2pt, Font'(..)) where +module Graphics.Layout.CSS.Length(Unitted, auto, parseLength, parseLength', + n2f, finalizeLength, px2pt, Font'(..)) where import Data.CSS.Syntax.Tokens (Token(..), NumericValue(..)) import qualified Data.Text as Txt -- 2.30.2