Question about compiling CGIs with Ghc

Simon Marlow simonmar@microsoft.com
Mon, 17 Feb 2003 11:00:13 -0000


> I  have some CGI programs running with Hugs and I  want to use GHC
> instead.
>=20
> What changes must I do to the .hs file?
>=20
> Is it an easy job?

Depends on lots of things really.

The CGI library that comes with GHC is documented here:

  http://www.haskell.org/ghc/docs/latest/html/network/Network.CGI.html

Cheers,
	Simon