Hello,

I'm researching the use of Haskell to replace some perl scripts (in a web app).
The app is deployed with a webhosting provider.

CGI scripts can be executed =>  I can use Haskell. I've tried some
hello world cgi scripts, compiled them on the same linux
the hosting company uses and deployed them. It worked!

But I would like to implement a search feature for the website.  For
Java/php/perl there 's lucene.
For haskell there 's holumbus. Unfortunately, sqlite is a requirement
for holumbus. It is not installed at the server of the
hosting company.

Is it possible to staticly link the sqlite3 library using ghc ?

And are there other lucene like libs available like holumbus for haskell ?

thanks in advance,

Pieter



-- 
Pieter Laeremans <[EMAIL PROTECTED]>
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to