diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-08 19:18:13 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2011-05-08 19:18:13 +0000 |
commit | 58188ec78408b909df0b53b94df75d20929c8149 (patch) | |
tree | 10879637e4f36051af4588c616873e954508eec8 /devel/hs-mtl | |
parent | 89077505fc42b7283b44ebb4153da9cd58c5d179 (diff) |
Notes
Diffstat (limited to 'devel/hs-mtl')
-rw-r--r-- | devel/hs-mtl/Makefile | 21 | ||||
-rw-r--r-- | devel/hs-mtl/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-mtl/pkg-descr | 7 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/hs-mtl/Makefile b/devel/hs-mtl/Makefile new file mode 100644 index 000000000000..33d324f151aa --- /dev/null +++ b/devel/hs-mtl/Makefile @@ -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> diff --git a/devel/hs-mtl/distinfo b/devel/hs-mtl/distinfo new file mode 100644 index 000000000000..d6e87094303b --- /dev/null +++ b/devel/hs-mtl/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/mtl-2.0.1.0.tar.gz) = f36be461a0952905b60e750322b20105273f28e3fd99669f8db92240fdbfd2f0 +SIZE (cabal/mtl-2.0.1.0.tar.gz) = 14124 diff --git a/devel/hs-mtl/pkg-descr b/devel/hs-mtl/pkg-descr new file mode 100644 index 000000000000..5937e88f087c --- /dev/null +++ b/devel/hs-mtl/pkg-descr @@ -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 |