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
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
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