NOTICE: This package has been removed from pkgsrc

./wip/hs-deepseq, Deep evaluation of data structures

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


Branch: CURRENT, Version: 1.2.0.1, Package name: hs-deepseq-1.2.0.1, Maintainer: pho

This package provides methods for fully evaluating data structures
("deep evaluation"). Deep evaluation is often used for adding
strictness to a program, e.g. in order to force pending exceptions,
remove space leaks, or force lazy I/O to happen. It is also useful in
parallel programs, to ensure pending work does not migrate to the
wrong thread.

The primary use of this package is via the deepseq function, a "deep"
version of seq. It is implemented on top of an NFData typeclass
("Normal Form Data", data structures with no unevaluated components)
which defines strategies for fully evaluating different data types.


Required to run:
[wip/ghc]

Required to build:
[devel/pkg-config]

Master sites:

SHA1: 72b19027964faeb8ca6eddabaa8c55282ab82102
RMD160: d36e9ade5701ba4f11efe9e64fd389decdb7d790
Filesize: 3.7 KB

Version history: (Expand)


CVS history: (Expand)


   2012-03-04 05:38:44 by PHO / phonohawk | Files touched by this commit (5) | Package removed
Log message:
deepseq is bundled in ghc-7.4.1

   2011-10-05 06:38:09 by PHO / phonohawk | Files touched by this commit (4) | Package updated
Log message:
Upstream update to deepseq-1.2.0.1

   2011-01-12 03:34:04 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to deepseq-1.1.0.2

   2010-02-09 04:25:07 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-deepseq-1.1.0.0 as wip/hs-deepseq.

This package provides a "deep" version of seq, for fully evluating
data structures.