[Haskell] ANNOUNCE: language-c-comments 0.1 package

2010-10-08 Thread Geoff Hulette
Dear Haskell, Announcing the initial (0.1) release of the 'language-c-comments' package. If you need to grab the comments from a C source file, well now you can. Features: * Robust parsing of both single- and multi-line comments; * Handles obscure corner cases, e.g. http://hpaste.org/40456/a_val

[Haskell] ANNOUNCE: HaskellDB 2.0: Scrap your SQL strings

2010-10-08 Thread Justin Bailey
What is it? The HaskellDB library lets you generate SQL queries without writing any actual SQL. Unlike other query generating libraries, you choose the abstraction level. Queries can be built out of independent fragments, just like your programs. Leave hand-written, string-based, SQL libr