Commit graph

4 commits

Author SHA1 Message Date
Ryosuke Moro
15657f7f7f Update to 0.3.2.1
changes:
0.3.2.1
  Resolve #14. Bump upper version bound of base to 5
2013-04-24 22:01:40 +00:00
Ryosuke Moro
e931bf6795 Update to 0.3.2
ver 0.3.2
  Added defaultLiftWith,defaultRestoreT
2013-03-16 05:58:36 +00:00
PHO / phonohawk
87ca8d4c35 Upstream update to monad-control-0.3.1 2012-01-16 05:16:09 +00:00
PHO / phonohawk
2ce7cf0567 Import hs-monad-control-0.2.0.1 as wip/hs-monad-control.
This package defines the type class MonadControlIO, a subset of
MonadIO into which generic control operations such as catch can be
lifted from IO. Instances are based on monad transformers in
MonadTransControl, which includes all standard monad transformers in
the transformers library except ContT. For convenience, it provides a
wrapped version of Control.Exception with types generalized from IO to
all monads in MonadControlIO.

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 language extension to simplify
most definitions.
2011-05-10 12:56:48 +00:00