#73: Linking error
---------------------------------------+------------------------------------
 Reporter:  cristiano.pa...@gmail.com  |        Owner:  BjornBringert
     Type:  defect                     |       Status:  new          
 Priority:  major                      |    Milestone:               
Component:  cgi                        |   Resolution:               
 Keywords:                             |  
---------------------------------------+------------------------------------
Comment (by cristiano.pa...@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
_______________________________________________
Haskell-platform mailing list
Haskell-platform@projects.haskell.org
http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform

Reply via email to