
17 Feb
2003
17 Feb
'03
6 a.m.
I have some CGI programs running with Hugs and I want to use GHC instead.
What changes must I do to the .hs file?
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