This package implements functions, analogous to those from Data.List, to create and manipulate infinite lists: data Stream a = Cons a (Stream a). It provides alternative definitions for those Prelude functions that make sense on such streams. WWW: http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
miwi 2008-11-29 21:02:00 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-Stream Makefile distinfo pkg-descr pkg-plist Log: This package implements functions, analogous to those from Data.List, to create and manipulate infinite lists: data Stream a = Cons a (Stream a). It provides alternative definitions for those Prelude functions that make sense on such streams. WWW: http://www.cs.nott.ac.uk/~wss/repos/Stream/dist/doc/html/ PR: ports/129215 Submitted by: Samy Al Bahra <sbahra at kerneled.org> Revision Changes Path 1.3278 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/hs-Stream/Makefile (new) 1.1 +3 -0 ports/devel/hs-Stream/distinfo (new) 1.1 +6 -0 ports/devel/hs-Stream/pkg-descr (new) 1.1 +13 -0 ports/devel/hs-Stream/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"