~jaro/balkon

3568fab6404744662ff9a2094ebfad8d161fd524 — Jaro 1 year, 1 month ago 5af5998
Do not re-export through the Plain module.
M src/Data/Text/ParagraphLayout/Internal/ParagraphConstruction.hs => src/Data/Text/ParagraphLayout/Internal/ParagraphConstruction.hs +1 -1
@@ 13,7 13,7 @@ import Data.Text.Internal.Lazy (chunk, empty)
import qualified Data.Text.Internal.Lazy as Lazy
import Data.Text.Lazy (toStrict)

import Data.Text.ParagraphLayout.Internal.Plain
import Data.Text.ParagraphLayout.Internal.Paragraph
import Data.Text.ParagraphLayout.Internal.Span (Span (Span), SpanOptions)

-- | Create first span with optional ignored suffix.

M src/Data/Text/ParagraphLayout/Internal/Plain.hs => src/Data/Text/ParagraphLayout/Internal/Plain.hs +1 -7
@@ 1,10 1,4 @@
module Data.Text.ParagraphLayout.Internal.Plain
    ( Paragraph (..)
    , ParagraphLayout (..)
    , ParagraphOptions (..)
    , SpanLayout (..)
    , layoutPlain
    )
module Data.Text.ParagraphLayout.Internal.Plain (layoutPlain)
where

import Control.Applicative (ZipList (ZipList), getZipList)