> 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