From owner-cvs-all@FreeBSD.ORG Mon Feb 13 02:15:57 2012 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 334B5106564A; Mon, 13 Feb 2012 02:15:57 +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 1E5668FC0A; Mon, 13 Feb 2012 02:15:57 +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 q1D2Fvgs048856; Mon, 13 Feb 2012 02:15:57 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1D2FvR4048855; Mon, 13 Feb 2012 02:15:57 GMT (envelope-from pgj) Message-Id: <201202130215.q1D2FvR4048855@repoman.freebsd.org> From: Gabor Pali Date: Mon, 13 Feb 2012 02:15:56 +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/hs-hashtables Makefile distinfo pkg-descr ports/lang/ghc bsd.hackage.mk 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: Mon, 13 Feb 2012 02:15:57 -0000 pgj 2012-02-13 02:15:56 UTC FreeBSD ports repository Modified files: lang/ghc bsd.hackage.mk Added files: devel/hs-hashtables Makefile distinfo pkg-descr Log: This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a type class abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad. WWW: http://github.com/gregorycollins/hashtables Obtained from: FreeBSD Haskell Revision Changes Path 1.1 +21 -0 ports/devel/hs-hashtables/Makefile (new) 1.1 +2 -0 ports/devel/hs-hashtables/distinfo (new) 1.1 +5 -0 ports/devel/hs-hashtables/pkg-descr (new) 1.80 +2 -1 ports/lang/ghc/bsd.hackage.mk