Date: Fri, 17 Feb 2012 15:48:59 +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-monad-control Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk Message-ID: <201202171548.q1HFmxIN056367@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2012-02-17 15:48:59 UTC FreeBSD ports repository Modified files: devel Makefile lang/ghc bsd.hackage.mk Added files: devel/hs-monad-control Makefile distinfo pkg-descr Log: 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. WWW: https://github.com/basvandijk/monad-control/ Obtained from: FreeBSD Haskell Revision Changes Path 1.4842 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/hs-monad-control/Makefile (new) 1.1 +2 -0 ports/devel/hs-monad-control/distinfo (new) 1.1 +7 -0 ports/devel/hs-monad-control/pkg-descr (new) 1.102 +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?201202171548.q1HFmxIN056367>