[haskell-platform] #73: Linking error
haskell-platform
haskell-platform at projects.haskell.org
Thu Jul 2 11:33:52 EDT 2009
#73: Linking error
---------------------------------------+------------------------------------
Reporter: cristiano.paris at gmail.com | Owner: BjornBringert
Type: defect | Status: new
Priority: major | Milestone:
Component: cgi | Resolution:
Keywords: |
---------------------------------------+------------------------------------
Comment (by cristiano.paris at gmail.com):
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
More information about the Haskell-platform
mailing list