aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-transformers
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 21:59:59 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 21:59:59 +0000
commit1e5d7747049ca71f6d09f2f90debea41450c0741 (patch)
treedda23be43088e386ff81232a59034ed0575c0d68 /devel/hs-transformers
parentf8116b7f45a9745ae7223260a30ce334552e2541 (diff)
downloadports-1e5d7747049ca71f6d09f2f90debea41450c0741.tar.gz
ports-1e5d7747049ca71f6d09f2f90debea41450c0741.zip
Notes
Diffstat (limited to 'devel/hs-transformers')
-rw-r--r--devel/hs-transformers/Makefile5
-rw-r--r--devel/hs-transformers/distinfo4
-rw-r--r--devel/hs-transformers/pkg-descr29
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