mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.3.0.0
Obtained from: FreeBSD Haskell
This commit is contained in:
parent
f8116b7f45
commit
1e5d774704
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298220
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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>).
|
||||
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 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.
|
||||
This package contains:
|
||||
|
||||
WWW: http://hackage.haskell.org/package/transformers
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user