Date: Sat, 13 Aug 2011 18:08:39 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hs-MonadCatchIO-transformers Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk Message-ID: <201108131808.p7DI8duN050815@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2011-08-13 18:08:39 UTC FreeBSD ports repository Modified files: devel Makefile lang/ghc bsd.hackage.mk Added files: devel/hs-MonadCatchIO-transformers Makefile distinfo pkg-descr Log: 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. WWW: http://hackage.haskell.org/package/MonadCatchIO-transformers Obtained from: FreeBSD Haskell Revision Changes Path 1.4488 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/hs-MonadCatchIO-transformers/Makefile (new) 1.1 +2 -0 ports/devel/hs-MonadCatchIO-transformers/distinfo (new) 1.1 +7 -0 ports/devel/hs-MonadCatchIO-transformers/pkg-descr (new) 1.37 +2 -1 ports/lang/ghc/bsd.hackage.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108131808.p7DI8duN050815>