From owner-cvs-all@FreeBSD.ORG Sat May 14 16:50:43 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A215A1065673; Sat, 14 May 2011 16:50:43 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 92B8D8FC08; Sat, 14 May 2011 16:50:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4EGohpl079572; Sat, 14 May 2011 16:50:43 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4EGohpn079571; Sat, 14 May 2011 16:50:43 GMT (envelope-from pgj) Message-Id: <201105141650.p4EGohpn079571@repoman.freebsd.org> From: Gabor Pali Date: Sat, 14 May 2011 16:50:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/hs-haskell-platform Makefile pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2011 16:50:43 -0000 pgj 2011-05-14 16:50:43 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/hs-haskell-platform Makefile pkg-descr Log: The Haskell Platform (HP) is the blessed set of libraries and tools on which to build further Haskell libraries and applications. It is intended to provide a comprehensive, stable, and quality-tested base for Haskell projects to work from. This version specifies the following additional developer tools be installed, for a system to be in full compliance: * cabal-install * alex * happy * haddock WWW: http://haskell.org/platform/ Obtained from: FreeBSD Haskell Revision Changes Path 1.4330 +1 -0 ports/devel/Makefile 1.1 +46 -0 ports/devel/hs-haskell-platform/Makefile (new) 1.1 +15 -0 ports/devel/hs-haskell-platform/pkg-descr (new)