pkgsrc/devel/hs-reflection/Makefile
szptvlfn b9b2cdf3b9 Import reflection-1.5.1 as devel/hs-reflection.
This package provides an implementation of the ideas presented in the paper
"Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
Chung-chieh Shan. However, the API has been streamlined to improve
performance.

The original paper can be obtained from
http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf.

For a summary of the approach taken by this library, along with more
motivating examples, see Austin Seipp's tutorial at
https://www.fpcomplete.com/user/thoughtpolice/using-reflection.
2014-11-07 13:07:56 +00:00

12 lines
316 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/11/07 13:07:56 szptvlfn Exp $
DISTNAME= reflection-1.5.1
CATEGORIES= devel
MAINTAINER= szptvlfn@NetBSD.org
COMMENT= Reifies arbitrary terms into types
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"