Path to this page:
./
textproc/hs-text-rope,
Text lines and ropes
Branch: CURRENT,
Version: 0.3nb1,
Package name: hs-text-rope-0.3nb1,
Maintainer: pkgsrc-usersA 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)
- (2025-02-02) Updated to version: hs-text-rope-0.3nb1
- (2025-01-31) Updated to version: hs-text-rope-0.3
- (2024-05-09) Updated to version: hs-text-rope-0.2nb4
- (2023-11-02) Updated to version: hs-text-rope-0.2nb3
- (2023-10-09) Updated to version: hs-text-rope-0.2nb2
- (2023-02-09) Updated to version: hs-text-rope-0.2nb1
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) | |
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.
|