1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

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).

WWW: http://hackage.haskell.org/package/mtl

Approved by:	pgj (mentor)
Obtained from:	FreeBSD Haskell
This commit is contained in:
Ashish SHUKLA 2011-05-08 19:18:13 +00:00
parent 89077505fc
commit 58188ec784
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273809
3 changed files with 30 additions and 0 deletions

21
devel/hs-mtl/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: hs-mtl
# Date created: 2010-05-14
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= mtl
PORTVERSION= 2.0.1.0
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Monad transformer library
LICENSE= BSD
CABAL_SETUP= Setup.hs
USE_CABAL= transformers>=0.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

2
devel/hs-mtl/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cabal/mtl-2.0.1.0.tar.gz) = f36be461a0952905b60e750322b20105273f28e3fd99669f8db92240fdbfd2f0
SIZE (cabal/mtl-2.0.1.0.tar.gz) = 14124

7
devel/hs-mtl/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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).
WWW: http://hackage.haskell.org/package/mtl