#73: Linking error
---------------------------------------+------------------------------------
Reporter: [email protected] | Owner: BjornBringert
Type: defect | Status: new
Priority: major | Milestone:
Component: cgi | Resolution:
Keywords: |
---------------------------------------+------------------------------------
Comment (by [email protected]):
In order to make easier the debugging process, here's a simple snippet
producing the error above (taken by the Hackage's page of CGI):
{{{
mport Network.CGI
cgiMain :: CGI CGIResult
cgiMain = output "Hello World!"
main :: IO ()
main = runCGI (handleErrors cgiMain)
}}}
--
Ticket URL: <http://trac.haskell.org/haskell-platform/ticket/73#comment:1>
haskell-platform <http://trac.haskell.org/haskell-platform>
The Haskell Platform: a comprehensive and robust collection of Haskell libraries
_______________________________________________
Haskell-platform mailing list
[email protected]
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform