./devel/hs-monad-control, Lift control operations through monad transformers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.3.1nb5, Package name: hs-monad-control-1.0.3.1nb5, Maintainer: 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.


Required to run:
[devel/hs-transformers-base] [devel/hs-transformers-compat] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 13.657 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-29 11:36:29 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-monad-control: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-05-01 23:07:53 by Nikita | Files touched by this commit (1)
Log message:
hs-monad-control: fix plist
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-12 05:45:11 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to monad-control-1.0.3.1

1.0.3.1.
* Support transformers-0.6

1.0.3
* Add `controlT`
* Support transformers-compat-0.7
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC