Date: Sat, 15 Nov 2008 19:51:57 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/hs-dlist Makefile distinfo pkg-descr pkg-plist Message-ID: <200811151951.mAFJpv9n096523@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-11-15 19:51:57 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-dlist Makefile distinfo pkg-descr pkg-plist Log: Differences lists are a list-like type supporting O(1) append. This is particularly useful for efficient logging and pretty printing, (e.g. with the Writer monad), where list append quickly becomes too expensive. WWW: http://code.haskell.org/~dons/code/dlist/ PR: ports/128770 Submitted by: Samy Al Bahra <sbahra at kerneled.org> Revision Changes Path 1.3249 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/hs-dlist/Makefile (new) 1.1 +3 -0 ports/devel/hs-dlist/distinfo (new) 1.1 +5 -0 ports/devel/hs-dlist/pkg-descr (new) 1.1 +13 -0 ports/devel/hs-dlist/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811151951.mAFJpv9n096523>