Re: ghc bug in haskell cgi scripts

1998-05-14 Thread Sigbjorn Finne
S. Alexander Jacobson writes: > I have started to move my Hugs CGI scripts into GHC. > Here is an example hugs cgi script: > > -helloCGI.lhs- > #!/usr/local/bin/runhugs > > main=putStr "content-type: text/html\n\nhello world\n" > --- > > This is literate Haskell so i

ghc bug in haskell cgi scripts

1998-05-13 Thread S. Alexander Jacobson
I have started to move my Hugs CGI scripts into GHC. Here is an example hugs cgi script: -helloCGI.lhs- #!/usr/local/bin/runhugs > main=putStr "content-type: text/html\n\nhello world\n" --- This is literate Haskell so it should be completely acceptable to any Haskell