[Haskell-cafe] Looking for these libraries...

Marcin 'Qrczak' Kowalczyk qrczak at knm.org.pl
Thu Jan 27 08:45:25 EST 2005


John Goerzen <jgoerzen at complete.org> writes:

> I'm looking for libraries / interfaces to these systems from Haskell:
>
> LDAP
> ncurses
> zlib  (the one in darcs doesn't suit my needs)
> bz2lib

I once wrapped ncurses (incomplete), zlib and bz2lib.
http://sourceforge.net/projects/qforeign/

It's quite old and will not compile with recent compilers without
modifications. FFI libraries were being designed at that time, it
should be possible to replace QForeign with Foreign, modulo some
changes since that time.

-- 
   __("<         Marcin Kowalczyk
   \__/       qrczak at knm.org.pl
    ^^     http://qrnik.knm.org.pl/~qrczak/


More information about the Haskell-Cafe mailing list