I\'m looking for a web host that will let me run a Haskell web application. VPS\'s seem attractive to me because you can run essentially anything you want. But some of the clo
In theory all you need is CGI/FastCGI support. I've had some luck playing around with Happstack on a very basic Dreamhost account by following these instructions:
While non-trivial to get running, this web experiment proves that it is at the very least possible to run Happstack applications on cheap hosting providers such as Dreamhost with little more than a shell account and CGI support.
I've only tried this with toy applications, and don't know how it would scale.