From 0458df98257a6e09a588f811dc43f67737a207f3 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sun, 26 Mar 2023 14:22:32 +1300 Subject: [PATCH] Constrain exports from Graphics.Layout.CSS.Length --- 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 9e4820c..c0c3290 100644 --- a/Graphics/Layout/CSS/Length.hs +++ b/Graphics/Layout/CSS/Length.hs @@ -1,5 +1,5 @@ {-# LANGUAGE OverloadedStrings #-} -module Graphics.Layout.CSS.Length where +module Graphics.Layout.CSS.Length(Unitted, auto, parseLength, finalizeLength, px2pt, Font'(..)) where import Data.CSS.Syntax.Tokens (Token(..), NumericValue(..)) import qualified Data.Text as Txt -- 2.30.2