cvs commit: ports/devel Makefile ports/devel/hs-dlist Makefile
distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Sat Nov 15 11:51:59 PST 2008
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)
More information about the cvs-all
mailing list