Package name: haskell-strict-concurrency
Version: 0.2.3
Upstream Author: Don Stewart <dons@galois.com>
URL: http://hackage.haskell.org/package/strict-concurrency
License: BSD
Description: Haskell strict concurrency abstractions
This package provides head normal form strict versions of some standard
Haskell concurrency abstractions (MVars,Chans), which provide control
over where evaluation takes place not offered by the default lazy types.
This may be useful for deciding when and where evaluation occurs,
leading to improved time or space use, depending on the circumstances.
Rationale: it is a dependency of happstack (bug #569501).
Regards, Giovanni.
--
Giovanni Mascellani <mascellani@poisson.phc.unipi.it>
Pisa, Italy