12 lines
296 B
Makefile
12 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"
|