From: <kr_...@us...> - 2005-06-16 16:33:34
|
Update of /cvsroot/htoolkit/HSQL/HSQL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12541 Modified Files: Setup.lhs Log Message: 1> The interpreted path is updated 2> CRLF -> CR Index: Setup.lhs =================================================================== RCS file: /cvsroot/htoolkit/HSQL/HSQL/Setup.lhs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Setup.lhs 1 Feb 2005 13:04:06 -0000 1.1 --- Setup.lhs 16 Jun 2005 16:33:25 -0000 1.2 *************** *** 1,7 **** ! #! runghc ! ! \begin{code} ! import Distribution.Simple ! ! main = defaultMain ! \end{code} --- 1,7 ---- ! #!/usr/bin/runghc ! ! \begin{code} ! import Distribution.Simple ! ! main = defaultMain ! \end{code} |