pkgsrc-wip/hs-non-negative/Makefile
PHO / phonohawk 3611d3cdc0 Import hs-non-negative-0.0.5 as wip/hs-non-negative.
Provides a class for non-negative numbers, a wrapper which can turn
any ordered numeric type into a member of that class, and a lazy
number type for non-negative numbers (a generalization of Peano
numbers). This library is used by the event-list package.
2009-09-23 06:08:11 +00:00

13 lines
316 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/09/23 06:08:11 phonohawk Exp $
#
DISTNAME= non-negative-0.0.5
CATEGORIES= math
MAINTAINER= pho@cielonegro.org
COMMENT= Non-negative numbers
LICENSE= modified-bsd
.include "../../wip/mk/haskell.mk"
.include "../../wip/hs-QuickCheck1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"