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)