Path to this page:
Subject: CVS commit: pkgsrc/textproc/hs-text-builder-linear
From: Masatake Daimon
Date: 2024-04-29 06:17:55
Message id: 20240429041755.D4F15FA2C@cvs.NetBSD.org
Log Message:
textproc/hs-text-builder-linear: Update to 0.1.2
0.1.2
* Fix unsound behaviour caused by inlining of runBuffer / runBufferBS and
CSE (common subexpression elimination).
* Fix hexadecimal builder, looping on negative inputs.
* Fix decimal builder for non-standard bitness of the input.
* Add (#<|) and deprecate (|>#).
* Add newEmptyBuffer.
* Add prependChars and appendChars.
* Add justifyLeft, justifyRight and center.
Files: