[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

Re: [Haskell] Building a library for C users

2009-07-28 Thread Justin Bailey
You should be able to find information on this in the haskell wiki (www.haskell.org). Searching for "foreign" will probably bring it up. You'll probably end up having to link a static library - GHC doesn't yet produce dynamic libraries, though there is work in that area going on right now. Look fo

[Haskell] ANNOUNCE: HCL v1.0 -High-level library for building command line interfaces

2007-07-09 Thread Justin Bailey
I'm please to announce HCL 1.0 - a library for building command line interfaces. The library exports a mix of low and high-level functions for building programs which gather simple values, ask yes/no questions, or present hierarchical menus. The library is not intended to do complex, full-screen U