./devel/hs-blaze-builder, Efficient buffered output

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.2.3nb2, Package name: hs-blaze-builder-0.4.2.3nb2, Maintainer: pho

This library provides an implementation of the older blaze-builder
interface in terms of the new builder that shipped with
bytestring-0.10.4.0

This implementation is mostly intended as a bridge to the new builder,
so that code that uses the old interface can interoperate with code
that uses the new implementation. Note that no attempt has been made
to preserve the old internal modules, so code that has these
dependencies cannot use this interface.

New code should, for the most part, use the new interface. However,
this module does implement a chunked HTTP encoding, which is not
otherwise implemented (yet?) with the new builder.


Required to run:
[lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 59.353 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 04:29:59 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-blaze-builder: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   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-26 15:09:34 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-blaze-builder: 0.4.2.3

* 0.4.2.3 2023-08-27
  - Fix compilation warnings concerning non-canonical mappend
  - Support bytestring-0.12
  - Support text-2.1
  - Tested with GHC 7.0.4 to 9.8.1 alpha3
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   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-11 10:27:36 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to blaze-builder-0.4.2.2

* 0.4.2.2
  - Support GHC 9.2
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC