Various small helper functions for Lists, Maybes, Tuples, Functions. Some of these functions are improved implementations of standard functions. They have the same name as their standard counterparts. The package only contains functions that do not require packages other than the base package. Thus you do not risk a dependency avalanche by importing it. http://hackage.haskell.org/package/utility-ht
Responsible Changed From-To: freebsd-ports-bugs->haskell haskell@ wants this port PRs (via the GNATS Auto Assign Tool)
pgj 2010-01-12 21:58:36 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-utility-ht Makefile distinfo pkg-descr pkg-plist Log: Various small Haskell helper functions for Lists, Maybes, Tuples, Functions. Some of these functions are improved implementations of standard functions. They have the same name as their standard counterparts. WWW: http://www.haskell.org/haskellwiki/Utility-HT PR: ports/142497 Submitted by: Jacula Modyun <jacula(at)gmail.com> Revision Changes Path 1.3769 +1 -0 ports/devel/Makefile 1.1 +75 -0 ports/devel/hs-utility-ht/Makefile (new) 1.1 +3 -0 ports/devel/hs-utility-ht/distinfo (new) 1.1 +9 -0 ports/devel/hs-utility-ht/pkg-descr (new) 1.1 +55 -0 ports/devel/hs-utility-ht/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"
State Changed From-To: open->closed Port added. Thank you!