From owner-cvs-ports@FreeBSD.ORG Fri Feb 17 17:07:37 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7BAF106567F; Fri, 17 Feb 2012 17:07:37 +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 99FA08FC12; Fri, 17 Feb 2012 17:07:37 +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 q1HH7bJ9077216; Fri, 17 Feb 2012 17:07:37 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q1HH7b8t077215; Fri, 17 Feb 2012 17:07:37 GMT (envelope-from pgj) Message-Id: <201202171707.q1HH7b8t077215@repoman.freebsd.org> From: Gabor Pali Date: Fri, 17 Feb 2012 17:07:37 +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/lang/ghc bsd.hackage.mk ports/www Makefile ports/www/hs-happstack-ixset Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2012 17:07:37 -0000 pgj 2012-02-17 17:07:37 UTC FreeBSD ports repository Modified files: lang/ghc bsd.hackage.mk www Makefile Added files: www/hs-happstack-ixset Makefile distinfo pkg-descr Log: Just pick which parts of your data structures you want indexed using an easy to use template-haskell function. Spare yourself the need to write, run, and maintain code that marshalls your data to/from an external relational database just for efficient queries. The happstack-ixset relies on generics and TH to spare you the boilerplate normally required for such tasks. WWW: http://happstack.com/ Obtained from: FreeBSD Haskell Revision Changes Path 1.109 +2 -1 ports/lang/ghc/bsd.hackage.mk 1.3107 +1 -0 ports/www/Makefile 1.1 +23 -0 ports/www/hs-happstack-ixset/Makefile (new) 1.1 +2 -0 ports/www/hs-happstack-ixset/distinfo (new) 1.1 +8 -0 ports/www/hs-happstack-ixset/pkg-descr (new)