./textproc/hs-text-rope, Text lines and ropes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.3nb1, Package name: hs-text-rope-0.3nb1, Maintainer: pkgsrc-users

A wrapper around Text for fast line/column navigation and logarithmic
concatenation.


Required to run:
[devel/hs-vector] [lang/ghc94]

Master sites:

Filesize: 59.945 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-31 10:09:56 by Masatake Daimon | Files touched by this commit (4) | Package updated
Log message:
textproc/hs-text-rope: update to text-rope-0.3

# 0.3

* Move `Data.Text.Utf16.Rope.Mixed` module to `Data.Text.Mixed.Rope`. \ 
`Data.Text.Utf16.Rope.Mixed` re-exports `Data.Text.Mixed.Rope` for legacy \ 
clients.
* Add `Data.Text.Utf8.Lines` and `Data.Text.Utf8.Rope` modules for ropes indexed \ 
by UTF-8 code units.
* Add UTF-8 indexing functionality to `Data.Text.Mixed.Rope`.
* The metrics stored internally in the rope nodes has changed, which should \ 
improve performance by making some re-measuring redundant. As a consequence, the \ 
time complexity of `Data.Text.Rope.lengthAsPosition` is now linear in the length \ 
of the last line.
* Add `getLine` functions to extract lines by 0-based index.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-29 07:12:16 by Masatake Daimon | Files touched by this commit (1)
Log message:
textproc/hs-text-rope: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-29 09:15:58 by Masatake Daimon | Files touched by this commit (1)
Log message:
textproc/hs-text-rope: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-30 04:52:36 by Masatake Daimon | Files touched by this commit (5)
Log message:
textproc/hs-text-rope: import hs-text-rope-0.2

A wrapper around Text for fast line/column navigation and logarithmic
concatenation.