pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-monad-control



Module Name:    pkgsrc
Committed By:   szptvlfn
Date:           Wed Jul 30 21:34:26 UTC 2014

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

Log Message:
Import monad-control-0.3.3.0 as devel/hs-monad-control,
packaged for wip by pho.

This package defines the type class MonadBaseControl, a subset of
MonadBase into which generic control operations such as catch can be
lifted from IO or any other base monad. Instances are based on monad
transformers in MonadTransControl, which includes all standard monad
transformers in the transformers library except ContT.

See the lifted-base package which uses monad-control to lift IO
operations from the base library (like catch or bracket) into any
monad that is an instance of MonadBase or MonadBaseControl.

Note that this package is a rewrite of Anders Kaseorg's monad-peel
library. The main difference is that this package provides CPS style
operators and exploits the RankNTypes and TypeFamilies language
extensions to simplify and speedup most definitions.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-monad-control/DESCR \
    pkgsrc/devel/hs-monad-control/Makefile \
    pkgsrc/devel/hs-monad-control/PLIST \
    pkgsrc/devel/hs-monad-control/buildlink3.mk \
    pkgsrc/devel/hs-monad-control/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