Update of /cvsroot/htoolkit/HSQL/MySQL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26477/MySQL
Modified Files:
MySQL.cabal
Log Message:
FIX
Index: MySQL.cabal
===================================================================
RCS file: /cvsroot/htoolkit/HSQL/MySQL/MySQL.cabal,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MySQL.cabal 17 Jun 2005 08:43:51 -0000 1.1
--- MySQL.cabal 17 Jun 2005 09:02:30 -0000 1.2
***************
*** 8,10 ****
build-depends: base, hsql
extensions: ForeignFunctionInterface, CPP
! include-dirs: Database/HSQL
\ No newline at end of file
--- 8,10 ----
build-depends: base, hsql
extensions: ForeignFunctionInterface, CPP
! cc-options: -IDatabase/HSQL
\ No newline at end of file
|