M src/Data/Text/ParagraphLayout/Internal/ParagraphLine.hs => src/Data/Text/ParagraphLayout/Internal/ParagraphLine.hs +5 -1
@@ 1,4 1,8 @@
-module Data.Text.ParagraphLayout.Internal.ParagraphLine (cutLines, mergeLines)
+module Data.Text.ParagraphLayout.Internal.ParagraphLine
+ ( ParagraphLine
+ , cutLines
+ , mergeLines
+ )
where
import Data.Int (Int32)
M src/Data/Text/ParagraphLayout/Internal/Run.hs => src/Data/Text/ParagraphLayout/Internal/Run.hs +1 -1
@@ 1,4 1,4 @@
-module Data.Text.ParagraphLayout.Internal.Run (Run (..), spanToRuns)
+module Data.Text.ParagraphLayout.Internal.Run (Run (..), ScriptCode, spanToRuns)
where
import Data.List (mapAccumL)