diff options
author | pgj <pgj@FreeBSD.org> | 2012-06-04 05:59:59 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-06-04 05:59:59 +0800 |
commit | c193a68376dd97e529bba3075ddb0d2f6104071b (patch) | |
tree | c9404c68a8ff58ecc1d7eef50d8f2a96123da4de /devel | |
parent | f0788e16de19312097a3f4edcec474404687796b (diff) | |
download | freebsd-ports-gnome-c193a68376dd97e529bba3075ddb0d2f6104071b.tar.gz freebsd-ports-gnome-c193a68376dd97e529bba3075ddb0d2f6104071b.tar.zst freebsd-ports-gnome-c193a68376dd97e529bba3075ddb0d2f6104071b.zip |
- Update to 0.3.0.0
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-transformers/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-transformers/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-transformers/pkg-descr | 29 |
3 files changed, 21 insertions, 17 deletions
diff --git a/devel/hs-transformers/Makefile b/devel/hs-transformers/Makefile index d420ad327eed..19b5ff91b988 100644 --- a/devel/hs-transformers/Makefile +++ b/devel/hs-transformers/Makefile @@ -6,12 +6,11 @@ # PORTNAME= transformers -PORTVERSION= 0.2.2.0 -PORTREVISION= 2 +PORTVERSION= 0.3.0.0 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Concrete Haskell monad transformers +COMMENT= Concrete functor monad transformers LICENSE= BSD diff --git a/devel/hs-transformers/distinfo b/devel/hs-transformers/distinfo index 322363eb9f4f..053de5a1c86c 100644 --- a/devel/hs-transformers/distinfo +++ b/devel/hs-transformers/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/transformers-0.2.2.0.tar.gz) = bf2d197dbcad9cf964f537b926719b41510b286134bc6d4e5385832b7cff6ada -SIZE (cabal/transformers-0.2.2.0.tar.gz) = 17148 +SHA256 (cabal/transformers-0.3.0.0.tar.gz) = e5aa0c1ec97ad98c389e78f59aca25ab028980a7068a3e585e39564662739591 +SIZE (cabal/transformers-0.3.0.0.tar.gz) = 20087 diff --git a/devel/hs-transformers/pkg-descr b/devel/hs-transformers/pkg-descr index ab7772190ffa..36932c017d12 100644 --- a/devel/hs-transformers/pkg-descr +++ b/devel/hs-transformers/pkg-descr @@ -1,12 +1,17 @@ -Haskell 98 part of a monad transformer library, 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>). - -This part contains the monad transformer class, the concrete monad -transformers, operations and liftings. It can be used on its own -in Haskell 98 code, or with the monad classes in the monads-fd or -monads-tf packages, which automatically lift operations introduced -by monad transformers through other transformers. - -WWW: http://hackage.haskell.org/package/transformers +A portable library of functor and 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. + +This package contains: + + * the monad transformer class (in Control.Monad.Trans.Class) + * concrete functor and monad transformers, each with associated + operations and functions to lift operations associated with other + transformers. + +It can be used on its own in portable Haskell code, or with the monad +classes in the mtl or monads-tf packages, which automatically lift +operations introduced by monad transformers through other transformers. + +WWW: http://hackage.haskell.org/package/transformers |