Revisiting the Numeric Classes The Prelude for Haskell 98 offers a well-considered set of numeric classes which covers the standard numeric types (Integer, Int, Rational, Float, Double, Complex) quite well. But they offer limited extensibility and have a few other flaws.
17 lines
554 B
Makefile
17 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/23 11:52:42 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= numeric-prelude-0.1.2
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Experimental alternative hierarchy of numeric type classes
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-non-negative/buildlink3.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../wip/hs-QuickCheck1/buildlink3.mk"
|
|
.include "../../wip/hs-storable-record/buildlink3.mk"
|
|
.include "../../wip/hs-utility-ht/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|