NOTICE: This package has been removed from pkgsrc

./wip/hs-blaze-markup, Blazingly fast markup combinator library for Haskell

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


Branch: CURRENT, Version: 0.6.1.0, Package name: hs-blaze-markup-0.6.1.0, Maintainer: szptvlfn

Core modules of a blazingly fast markup combinator library for the Haskell
programming language. The Text.Blaze module is a good starting point, as
well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.


Required to run:
[wip/ghc] [devel/hs-text] [devel/hs-blaze-builder]

Master sites:

SHA1: 39970de7fc5b653150a244f30293f2b286501dae
RMD160: e27d81bcf6b0f1878f2c753cac949688b262f427
Filesize: 12.439 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-27 23:38:22 by Ryosuke Moro | Files touched by this commit (27) | Package removed
Log message:
Remove hs-blaze-markup, imported to pkgsrc/textproc.
Remove hs-unordered-containers, imported to pkgsrc/devel.
   2014-05-27 00:08:03 by Ryosuke Moro | Files touched by this commit (58)
Log message:
Remove hs-blaze-builder, hs-transformers-base, hs-transformers-compat, and
hs-vector, imported to pkgsrc/devel.
   2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119)
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
   2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74)
Log message:
Update MAINTAINER address
   2014-04-25 15:27:15 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.6.1.0

CHANGELOG:
- 0.6.1.0
    * Add the `null` query to Text.Blaze.Internal.
- 0.6.0.0
    * Add the operator (!?) for nicely setting conditional attributes
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-01-14 22:20:35 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.5.2.1

changes:
0.5.2.1
 - Add CHANGELOG to Extra-source-files
0.5.2.0
 * Provide ToHtml and ToValue instances for Int32, Int64, Word, Word32,
   and Word64  Closes #8
0.5.1.7
 - Merge pull request #7 from DougBurke/patch-1
   Bump text dependency
( #8 => https://github.com/jaspervdj/blaze-markup/issues/8 )
( #7 => https://github.com/jaspervdj/blaze-markup/pull/7 )
   2013-12-10 14:31:36 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.5.1.6

changes:
0.5.1.6
 - Bump text dependency