From: <kr_...@us...> - 2005-06-09 12:12:56
|
Update of /cvsroot/htoolkit/HSQL/SQLite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28520/SQLite Modified Files: Setup.lhs Log Message: Upgrade to GHC-6.4 Index: Setup.lhs =================================================================== RCS file: /cvsroot/htoolkit/HSQL/SQLite/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:08 -0000 1.1 --- Setup.lhs 9 Jun 2005 12:12:43 -0000 1.2 *************** *** 19,24 **** try (removeFile "SQLite.buildinfo") return emptyHookedBuildInfo ! postConf :: [String] -> LocalBuildInfo -> IO ExitCode ! postConf args localbuildinfo = do testCompileRes <- testForSqlite localbuildinfo 0 case testCompileRes of --- 19,24 ---- try (removeFile "SQLite.buildinfo") return emptyHookedBuildInfo ! postConf :: [String] -> ConfigFlags -> LocalBuildInfo -> IO ExitCode ! postConf args flags localbuildinfo = do testCompileRes <- testForSqlite localbuildinfo 0 case testCompileRes of |