From: <kr_...@us...> - 2003-09-27 09:49:33
|
Update of /cvsroot/htoolkit/HSQL/ODBC In directory sc8-pr-cvs1:/tmp/cvs-serv32583/ODBC Modified Files: HSQL.hsc Log Message: Add 'finally' to the import list in order to compile modified helper functions Index: HSQL.hsc =================================================================== RCS file: /cvsroot/htoolkit/HSQL/ODBC/HSQL.hsc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** HSQL.hsc 27 Sep 2003 09:44:13 -0000 1.7 --- HSQL.hsc 27 Sep 2003 09:49:19 -0000 1.8 *************** *** 42,46 **** import qualified Foreign.Concurrent as C import Control.Monad(when,unless) ! import Control.Exception (throwDyn, catchDyn, dynExceptions, Exception(..)) import System.IO.Unsafe import System.Time --- 42,46 ---- import qualified Foreign.Concurrent as C import Control.Monad(when,unless) ! import Control.Exception (throwDyn, catchDyn, dynExceptions, Exception(..), finally) import System.IO.Unsafe import System.Time |