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:
parent
89077505fc
commit
58188ec784
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273809
21
devel/hs-mtl/Makefile
Normal file
21
devel/hs-mtl/Makefile
Normal 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
2
devel/hs-mtl/distinfo
Normal 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
7
devel/hs-mtl/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user