Date: Mon, 4 Jan 2010 06:14:23 +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-mtl Makefile distinfo pkg-descr pkg-plist Message-ID: <201001040614.o046ENK6016987@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2010-01-04 06:14:23 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-MonadCatchIO-mtl Makefile distinfo pkg-descr pkg-plist Log: Provides a monad-transformer version of the Control.Exception.catch Haskell function. For this, it defines the MonadCatchIO class, a subset of MonadIO. It defines proper instances for most monad transformers in the 'mtl' library. WWW: http://code.haskell.org/~jcpetruzza/MonadCatchIO-mtl PR: ports/142283 Submitted by: Jacula Modyun <jacula(at)gmail.com> Revision Changes Path 1.3741 +1 -0 ports/devel/Makefile 1.1 +75 -0 ports/devel/hs-MonadCatchIO-mtl/Makefile (new) 1.1 +3 -0 ports/devel/hs-MonadCatchIO-mtl/distinfo (new) 1.1 +6 -0 ports/devel/hs-MonadCatchIO-mtl/pkg-descr (new) 1.1 +14 -0 ports/devel/hs-MonadCatchIO-mtl/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001040614.o046ENK6016987>