Upstream update to mtl-2.0.1.0
This commit is contained in:
parent
db4cd9964c
commit
efb090adba
4 changed files with 14 additions and 17 deletions
|
@ -1,4 +1,5 @@
|
|||
A monad transformer library, inspired by the paper /Functional
|
||||
Programming with Overloading and Higher-Order Polymorphism/, by Mark P
|
||||
Jones (http://web.cecs.pdx.edu/~mpj/pubs/springschool.html), Advanced
|
||||
School of Functional Programming, 1995.
|
||||
Monad classes using functional dependencies, with instances for
|
||||
various monad transformers, inspired by the paper Functional
|
||||
Programming with Overloading and Higher-Order Polymorphism, by Mark P
|
||||
Jones, in Advanced School of Functional Programming, 1995
|
||||
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
|
||||
|
|
|
@ -1,16 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.4 2009/07/26 22:56:03 phonohawk Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/12/30 06:54:21 phonohawk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= mtl-1.1.0.2
|
||||
PKGREVISION= 1
|
||||
PKGNAME= hs-${DISTNAME}
|
||||
DISTNAME= mtl-2.0.1.0
|
||||
CATEGORIES= devel
|
||||
LICENSE= modified-bsd
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
COMMENT= Monad transformer library
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
COMMENT= Monad classes using functional dependencies
|
||||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.4 2009/05/21 04:51:51 phonohawk Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.5 2010/12/30 06:54:21 phonohawk Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-mtl
|
||||
|
||||
.if !defined(HS_MTL_BUILDLINK3_MK)
|
||||
HS_MTL_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-mtl+= hs-mtl>=1.1.0.2nb1
|
||||
BUILDLINK_API_DEPENDS.hs-mtl+= hs-mtl>=2.0
|
||||
BUILDLINK_PKGSRCDIR.hs-mtl?= ../../wip/hs-mtl
|
||||
.endif # HS_MTL_BUILDLINK3_MK
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/01/12 02:40:42 phonohawk Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/12/30 06:54:21 phonohawk Exp $
|
||||
|
||||
SHA1 (mtl-1.1.0.2.tar.gz) = 883deca3cdf8052173c995b741bdedccc3c91440
|
||||
RMD160 (mtl-1.1.0.2.tar.gz) = e7032fc069c8b24b97725b259d2e6fb05ace208b
|
||||
Size (mtl-1.1.0.2.tar.gz) = 18901 bytes
|
||||
SHA1 (mtl-2.0.1.0.tar.gz) = ecb67ee33aebe5877f07c69767c6a4906e9ff024
|
||||
RMD160 (mtl-2.0.1.0.tar.gz) = a8c5472ee6fd6b0ecc2a255abbf35f2269bd248c
|
||||
Size (mtl-2.0.1.0.tar.gz) = 14124 bytes
|
||||
|
|
Loading…
Reference in a new issue