pkgsrc/devel/hs-deepseq-generics/Makefile
szptvlfn b2ec6e4fe7 Import deepseq-generics-0.1.1.1 as devel/hs-deepseq-generics.
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.
2014-08-16 21:56:30 +00:00

11 lines
296 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/08/16 21:56:30 szptvlfn Exp $
DISTNAME= deepseq-generics-0.1.1.1
CATEGORIES= devel
MAINTAINER= szptvlfn@NetBSD.org
COMMENT= GHC.Generics-based Control.DeepSeq.rnf implementation
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"