From 3568fab6404744662ff9a2094ebfad8d161fd524 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 9 Apr 2023 02:23:10 +0200 Subject: [PATCH] Do not re-export through the Plain module. --- .../ParagraphLayout/Internal/ParagraphConstruction.hs | 2 +- src/Data/Text/ParagraphLayout/Internal/Plain.hs | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/ParagraphConstruction.hs b/src/Data/Text/ParagraphLayout/Internal/ParagraphConstruction.hs index 354df31..d8fe8d8 100644 --- a/src/Data/Text/ParagraphLayout/Internal/ParagraphConstruction.hs +++ b/src/Data/Text/ParagraphLayout/Internal/ParagraphConstruction.hs @@ -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. diff --git a/src/Data/Text/ParagraphLayout/Internal/Plain.hs b/src/Data/Text/ParagraphLayout/Internal/Plain.hs index b3bd203..d6859d6 100644 --- a/src/Data/Text/ParagraphLayout/Internal/Plain.hs +++ b/src/Data/Text/ParagraphLayout/Internal/Plain.hs @@ -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) -- 2.30.2