Date: Fri, 17 Feb 2012 17:07:37 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/ghc bsd.hackage.mk ports/www Makefile ports/www/hs-happstack-ixset Makefile distinfo pkg-descr Message-ID: <201202171707.q1HH7b8t077215@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202171707.q1HH7b8t077215>