Constrain exports from Graphics.Layout.CSS.Length
1 files changed, 1 insertions(+), 1 deletions(-) M Graphics/Layout/CSS/Length.hs
M Graphics/Layout/CSS/Length.hs => Graphics/Layout/CSS/Length.hs +1 -1
@@ 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