NOTICE: This package has been removed from pkgsrc

./wip/hs-chunks, Simple template library with static safety

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2007.4.18, Package name: hs-chunks-2007.4.18, Maintainer: pho

This library supports templates inspired by the Perl HTML::Chunks
module, but this Haskell implementation checks at compile time that
the templates used exist and are used correctly. The templates are
combined within the compiled Haskell, removing the dependency on the
external template file.


Required to run:
[textproc/hs-parsec]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 07bd84ad7e60db841a8be082414e8956e6c3707a
RMD160: d41f3f2fa38da0263a084271f65de94ca5e1c0de
Filesize: 13.705 KB

Version history: (Expand)


CVS history: (Expand)


   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-05-19 23:28:46 by Ryosuke Moro | Files touched by this commit (81)
Log message:
Remove hs-parsec, imported to pkgsrc/textproc.
Remove hs-data-default-instances-base, hs-data-default-instances-containers,
hs-data-default-instances-dlist, hs-data-default-instances-old-locale,
imported to pkgsrc/devel.
   2010-02-26 11:13:05 by PHO / phonohawk | Files touched by this commit (1)
Log message:
wrong license

   2010-02-26 11:04:59 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-chunks-2007.4.18 as wip/hs-chunks.

This library supports templates inspired by the Perl HTML::Chunks
module, but this Haskell implementation checks at compile time that
the templates used exist and are used correctly. The templates are
combined within the compiled Haskell, removing the dependency on the
external template file.