~jaro/balkon

bf8d44a7375b24b541dc3b11827749c5b1091762 — Jaro 1 year, 16 days ago ab656a2
Deprecate ParagraphConstruction.
2 files changed, 5 insertions(+), 1 deletions(-)

M CHANGELOG.md
M lib/Data/Text/ParagraphLayout/ParagraphConstruction.hs
M CHANGELOG.md => CHANGELOG.md +2 -0
@@ 10,6 10,8 @@
* Moved existing plain text interface into `Data.Text.ParagraphLayout.Plain`
  submodule and marked it as deprecated.

* Marked `Data.Text.ParagraphLayout.ParagraphConstruction` as deprecated.

* Input text spans can now have arbitrary user data attached to them.
  All related data types (`Paragraph`, `Span`, `Fragment`, `SpanLayout`,
  `ParagraphLayout`) have been extended with a type variable.

M lib/Data/Text/ParagraphLayout/ParagraphConstruction.hs => lib/Data/Text/ParagraphLayout/ParagraphConstruction.hs +3 -1
@@ 1,4 1,5 @@
-- | Infix operators for construction of paragraphs with readable code.
-- | Infix operators for construction of legacy plain text paragraphs
-- with readable code.
--
-- Example construction:
--


@@ 10,6 11,7 @@
--
-- > "ignored prefix" |<>| "ignored suffix"
module Data.Text.ParagraphLayout.ParagraphConstruction
{-# DEPRECATED "Use \"Data.Text.ParagraphLayout.Rich\" instead." #-}
    ( (>|)
    , (>|<)
    , (|<)