deepseq-generics: GHC.Generics-based Control.DeepSeq.rnf implementation
This package provides a GHC.Generics-based
Control.DeepSeq.Generics.genericRnf
function which can be used
for providing a rnf
implementation. See the documentation for
the genericRnf
function in the Control.DeepSeq.Generics module
to get started.
The original idea was pioneered in the generic-deepseq
package
(see http://www.haskell.org/pipermail/haskell-cafe/2012-February/099551.html
for more information).
This package differs from the generic-deepseq
package by working
in combination with the existing deepseq
package as opposed to
defining a conflicting drop-in replacement for deepseq
's
Control.DeepSeq
module.
Note: The ability to auto-derive via GHC.Generics has been
merged into deepseq-1.4.0.0
. This package is now still useful
for writing code that's also compatible with older deepseq
versions not yet providing GHC.Generics-support.
Downloads
- deepseq-generics-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.2.0.0 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.5 && <4.17), deepseq (>=1.2.0.1 && <1.5), ghc-prim (>=0.2 && <0.9) [details] |
License | BSD-3-Clause |
Copyright | 2012, Herbert Valerio Riedel |
Author | Herbert Valerio Riedel |
Maintainer | hvr@gnu.org |
Revised | Revision 7 made by AndreasAbel at 2021-11-19T15:38:08Z |
Category | Control |
Home page | https://github.com/hvr/deepseq-generics |
Bug tracker | https://github.com/hvr/deepseq-generics/issues |
Source repo | head: git clone https://github.com/hvr/deepseq-generics.git |
Uploaded | by HerbertValerioRiedel at 2016-01-03T14:47:43Z |
Distributions | Arch:0.2.0.0, Debian:0.2.0.0, Fedora:0.2.0.0, FreeBSD:0.1.1.2, LTSHaskell:0.2.0.0, NixOS:0.2.0.0, Stackage:0.2.0.0 |
Downloads | 46205 total (76 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-01-03 [all 1 reports] |