Based on http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne/haskell_libs/CGI.tar.gz

Jan 21, 2002: Changes to CGI.lhs by Jan Laitenberger
* added RawHTML, nbsp, br, big
* handling of elements with forbidden close-tags (e.g. input)
* added support for cookies (for an example see HelloCookie.hs) 
* modified pretty printing of HTML (removed spaces and CR's)

(Note: you might not like the last one... but if you have HTML code like

         <A HREF = url>
           <IMG
             SRC = src
             ALT = alt
           >
         </A>

       some browsers think they need to underline a space for the link....)

