pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-transformers



Module Name:    pkgsrc
Committed By:   szptvlfn
Date:           Thu May 15 21:15:38 UTC 2014

Added Files:
        pkgsrc/devel/hs-transformers: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Import transformers-0.4.1.0 as devel/hs-transformers,
packaged for wip by pho.

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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-transformers/DESCR \
    pkgsrc/devel/hs-transformers/Makefile pkgsrc/devel/hs-transformers/PLIST \
    pkgsrc/devel/hs-transformers/buildlink3.mk \
    pkgsrc/devel/hs-transformers/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index