Date: Mon, 4 Jan 2010 05:51:11 +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-show Makefile distinfo pkg-descr pkg-plist Message-ID: <201001040551.o045pBlI014275@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgj 2010-01-04 05:51:11 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-show Makefile distinfo pkg-descr pkg-plist Log: This Haskell package provides ShowQ, ShowFun, and SimpleReflect. * ShowFun gives a Typeable-dependent instance for showing functions as their type. * ShowIO does the same for IO actions. * ShowQ adds SmallCheck & QuickCheck support. * SimpleReflect allows us to literally see how functions 'expand', through appropriate Show magic. WWW: http://hackage.haskell.org/package/show PR: ports/142282 Submitted by: Jacula Modyun <jacula(at)gmail.com> Revision Changes Path 1.3740 +1 -0 ports/devel/Makefile 1.1 +77 -0 ports/devel/hs-show/Makefile (new) 1.1 +3 -0 ports/devel/hs-show/distinfo (new) 1.1 +13 -0 ports/devel/hs-show/pkg-descr (new) 1.1 +16 -0 ports/devel/hs-show/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001040551.o045pBlI014275>