Path to this page:
Next | Query returned 7 messages, browsing 1 to 10 | previous
CVS Commit History:
2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-08-01 14:12:10 by Ryosuke Moro | Files touched by this commit (17) |
Log message:
Remove hs-ansi-terminal, imported to pkgsrc/devel.
Remove hs-stringsearch, imported to pkgsrc/textproc.
|
2013-12-25 22:00:48 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
Update to 0.6.7.1
changes:
0.6.7.1
- Fix all unmatched patterns
|
2013-12-25 20:08:08 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.6.7
changes:
0.6.7
- Merge pull request #5 from sjindel/master
* Several algorithmic improvements to the Wadler-Leijen
pretty-printing algorithm.
1) Addition of the @Fail@ primitive, representing a document that can not be
rendered. @Fail@ is a left unit of @Union@ and does not `fit' into any page
width. It allows the construction of documents that can not be flattened, for
example comments that must be followed by a newline. It also alows the
construction of hard lines, which are guaranteed to be rendered as a newline.
2) Addition of the @FlatAlt@ primitive, representing a document which changes
under flattening. This unifies the linebreak combinators and allows for more
flexible linebreak to be created, for example linebreaks in a do-block that
should become semicolons when flattened.
3) Addition of a more intelligent rendering algorithm, which partially solves
the lookahead problem caused by deeply nested structures where a single-line
lookahead will not always allow a document to be formatted within the
pagewidth.
( #5 => https://github.com/batterseapower/ansi-wl-pprint/pull/5 )
|
2013-03-02 11:37:16 by PHO / phonohawk | Files touched by this commit (3) | |
Log message:
Upstream update to ansi-wl-pprint-0.6.6
|
2012-03-04 09:53:39 by PHO / phonohawk | Files touched by this commit (3) | |
Log message:
Upstream update to ansi-wl-pprint-0.6.4
|
2011-12-04 13:32:54 by PHO / phonohawk | Files touched by this commit (5) | |
Log message:
Import hs-ansi-wl-pprint-0.6.3 as wip/hs-ansi-wl-pprint.
This is a pretty printing library based on Wadler's paper A Prettier
Printer. It has been enhanced with support for ANSI terminal colored
output using the ansi-terminal package.
|
Next | Query returned 7 messages, browsing 1 to 10 | previous