Path to this page:
./
textproc/hs-lucid,
Clear to write, read and edit DSL for HTML
Branch: CURRENT,
Version: 2.11.20230408nb2,
Package name: hs-lucid-2.11.20230408nb2,
Maintainer: pkgsrc-usersClear to write, read and edit DSL for writing HTML.
- Names are consistent, and do not conflict with base or are keywords
(all have suffix _).
- Same combinator can be used for attributes and elements
(e.g. style_).
Required to run:[
devel/hs-hashable] [
devel/hs-blaze-builder] [
devel/hs-unordered-containers] [
devel/hs-mmorph] [
lang/ghc94]
Master sites:
Filesize: 20.948 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-lucid-2.11.20230408nb2
- (2023-11-02) Updated to version: hs-lucid-2.11.20230408nb1
- (2023-10-29) Updated to version: hs-lucid-2.11.20230408
- (2023-10-09) Updated to version: hs-lucid-2.11.1nb2
- (2023-02-09) Updated to version: hs-lucid-2.11.1nb1
- (2023-01-26) Updated to version: hs-lucid-2.11.1
CVS history: (Expand)
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:00:37 by Masatake Daimon | Files touched by this commit (4) |
Log message:
textproc/hs-lucid: Update to 2.11.20230408
2.11.20230408
Don't expect Control.Monad to be re-exported from mtl anymore
|
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-26 04:02:34 by Masatake Daimon | Files touched by this commit (5) |
Log message:
devel/hs-pretty-simple: Update to 4.1.2.0
4.1.2.0
* Fix a problem with the pHPrint function incorrectly outputting a trailing
newline to stdout, instead of the handle you pass it. #118
* Add a web app where you can play around with pretty-simple in your
browser. #116. This took a lot of hard work by @georgefst!
4.1.1.0
* Make the pretty-printed output with outputOptionsCompact enabled a little
more compact. #110. Thanks @juhp!
* Add a --compact / -C flag to the pretty-simple executable that enables
outputOptionsCompact. #111. Thanks again @juhp!
* Add pTraceWith and pTraceShowWith to Debug.Pretty.Simple. #104. Thanks
@LeviButcher!
4.1.0.0
* Fix a regression which arose in 4.0, whereby excess spaces would be
inserted for unusual strings like dates and IP addresses. #105
* Attach warnings to debugging functions, so that they're easy to find and
remove. #103
* Some minor improvements to the CLI tool:
- Add a --version/-v flag. #83
- Add a trailing newline. #87
- Install by default, without requiring a flag. #94
|
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
|
2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575) |
Log message:
revbump after changing the default Haskell compiler
|
2022-02-12 06:17:22 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to lucid-2.11.0
2.11.0
* Change internal attributes to Seq Attribute. This preserves
ordering. Attributes are merged in a left-biased way, preserving the key
order as first encountered.
2.9.13
* Change internal attributes representation from HashMap to Map. This
introduces stable ordering, at a negligible performance cost for
realistic element sizes. This may affect some test suites.
* doctype no longer accepts attributes. You can use with with doctypeHtml
now, if needed.
|
2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541) |
Log message:
Bump packages that depends on GHC
|