NOTICE: This package has been removed from pkgsrc

./wip/hs-MonadCatchIO-transformers, Monad-transformer compatible version of the Control.Exception module

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


Branch: CURRENT, Version: 0.3.1.0, Package name: hs-MonadCatchIO-transformers-0.3.1.0, Maintainer: pho

Provides functions to throw and catch exceptions. Unlike the functions
from Control.Exception, which work in IO, these work in any stack of
monad transformers (from the transformers package) with IO as the base
monad. You can extend this functionality to other monads, by creating
an instance of the MonadCatchIO class.


Required to run:
[wip/ghc] [wip/hs-monads-tf] [devel/hs-transformers] [devel/hs-extensible-exceptions]

Master sites:

SHA1: 73e55480900c5f86a5d6063c5a8a140f41f237ee
RMD160: d63dfa6cfb2482b61510bea30679d2486d88f418
Filesize: 4.424 KB

Version history: (Expand)


CVS history: (Expand)


   2014-09-04 23:35:03 by Ryosuke Moro | Files touched by this commit (5) | Package removed
Log message:
Deprecated in favor of exceptions (hs-exceptions)
   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-20 23:23:18 by Ryosuke Moro | Files touched by this commit (49)
Log message:
Remove hs-data-default, hs-extensible-exceptions, imported to pkgsrc/devel.
   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-02-21 11:39:01 by Ryosuke Moro | Files touched by this commit (25)
Log message:
- ghc-7.6 hss not extensible-exceptions, so we need this.
  ( lang/ghc7 is version 7.6.3nb1, wip/ghc is version 7.6.2 )
- adjust dependencies
   2013-11-24 13:13:33 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.3.1.0

changes:
0.3.1.0
 - Update to base-4.7
 - Add deprecation warnings
 - Add new module Control.Monad.CatchIO.Try
   2013-04-21 21:27:32 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 0.3.0.0

Changes:
0.3.0.0
  Support transformers-0.3
0.2.2.3
  Change license to BSD3 (Takusen)
0.2.2.1
  Add warnings to MonadCatchIO instances for ContT and ErrorT
   2010-11-02 17:50:07 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to MonadCatchIO-transformers-0.2.2.0