~jaro/balkon

c4a46fb242d7a8f91821bd0d8525b1cecb22c0fc — Jaro 1 year, 1 month ago e7cfa46
Fix documentation: export dependencies of exported names.
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)