
8 Feb
2009
8 Feb
'09
11:21 a.m.
Hi all. I'm trying to compile the example WAI application, as defined in http://www.haskell.org/haskellwiki/WebApplicationInterface However there are several bugs. 1) The example application returns: return (status, responseHeaders, enumerator) where status is an integer 2) The CgiAdapter expects: (status, reason, respHeaders, output) <- application environ In detail, the type "Application", used in CgiAdapter is never defined. Manlio Perillo