2014-09-04 23:35:03 by Ryosuke Moro | Files touched by this commit (5) | ![]() |
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) | ![]() |
Log message: Upstream update to MonadCatchIO-transformers-0.2.2.0 |
2010-03-03 10:42:58 by PHO / phonohawk | Files touched by this commit (5) | ![]() |
Log message: Import hs-MonadCatchIO-transformers-0.0.2.0 as wip/hs-MonadCatchIO-transformers. 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. |