NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.3.0, Package name: hs-monad-control-0.3.3.0, 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:
[lang/ghc7] [devel/hs-transformers] [devel/hs-transformers-base]

Master sites:

SHA1: e373d53c8632b9ab03bec889b4193b2b3bdeddfd
RMD160: 0b985b70c2282c6c2da53e5a0f26135ab8734b6a
Filesize: 10.271 KB

Version history: (Expand)


CVS history: (Expand)


   2014-07-30 23:36:36 by Ryosuke Moro | Files touched by this commit (21) | Package removed
Log message:
Remove hs-monad-control, imported to pkgsrc/devel.
   2014-06-27 23:29:13 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.3.3.0
pkgsrc changes: static -> dynamic
Changes from https://github.com/basvandijk/monad-control
0.3.3.0
 - Depend on the correct transformers-base version
 - Support transformers-0.4.0.0
 - Drop unicode syntax and symbols
   2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53)
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
   2014-02-13 14:00:26 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 0.3.2.3

changes:
0.3.2.3
 - Fix haddock documentation error
   2013-11-15 21:27:43 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 0.3.2.2

changes:
0.3.2.2
 - Fix preprocessor directive for GHC 7.6.3
   2013-04-25 00:01:40 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 0.3.2.1

changes:
0.3.2.1
  Resolve #14. Bump upper version bound of base to 5
   2013-03-16 06:58:36 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 0.3.2

ver 0.3.2
  Added defaultLiftWith,defaultRestoreT