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