Re: [Haskell-cafe] Web server libraries

2008-03-28 Thread Sterling Clover
Yipe. It's just been pointed out to me that the hvac repo was missing a key file. I just committed it and tried a fresh pull and build, and it seems to work properly now. Apologies to all who couldn't get it working. Regards, Sterl. On Fri, 28 Mar 2008, Sterling Clover wrote: > While hvac, which

Re: [Haskell-cafe] Web server libraries

2008-03-27 Thread Sterling Clover
While hvac, which I announced here recently, is not yet ready for primetime, so to speak, you may want to take a look at it -- with a few tweaks it should match your specs. (darcs get http:// community.haskell.org/~sclv/hvac/) It does include some templating, though you don't have to use it

Re: [Haskell-cafe] Web server libraries

2008-03-27 Thread Paul Brown
On Thu, Mar 27, 2008 at 12:26 PM, John Goerzen <[EMAIL PROTECTED]> wrote: > What I really want is some sort of simple tool that supports FastCGI > or some such, has basic support for form data input validation and > marshalling to/from Haskell types, and basic control flow. > So I've looked aro

Re: [Haskell-cafe] Web server libraries

2008-03-27 Thread Niklas Broberg
> HSP: big on "dynamic pages". I don't want to make my webserver able > to compile Haskell code. Develop code, compile, test, make sure it's > right, then push to production every 6 months around here. Being one of the main developers of HSP, I guess I should reply to this. :-) HSP is indeed

[Haskell-cafe] Web server libraries

2008-03-27 Thread John Goerzen
Hi again, I'm currently working on a project that has a Web interface to data stored in a SQL database. I wrote this thing in WASH a few years back. Overall, this has been acceptable, but the non-Haskell-adepts around here run away screaming from the code. Not only that, but we don't get contro