From: Duncan C. <dun...@us...> - 2004-05-20 16:42:28
|
Update of /cvsroot/gtk2hs/gtk2hs/c2hs/chs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16040/c2hs/chs Modified Files: CHS.hs Log Message: minor doc changes in preperation for 'haddock'ification change bits that trip up haddock Index: CHS.hs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/c2hs/chs/CHS.hs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- CHS.hs 21 Jan 2003 15:53:24 -0000 1.3 +++ CHS.hs 20 May 2004 16:42:17 -0000 1.4 @@ -418,7 +418,7 @@ where contents version kind = "-- GENERATED by " ++ version ++ " " ++ kind ++ "\n\ - \-- ** Edit the orignal .chs file instead!\n\n" + \-- Edit the orignal .chs file instead!\n\n" ++ showCHSModule mod pureHaskell -- convert a CHS module into a string |