From: Robert v. H. <rh...@cs...> - 2005-09-04 17:19:05
|
>> I wonder why GenericConnect.pphs does not seem to get installed with >> the cabal package... Was this intended? > Yes it was. The problem with GenericsConnect is that it imports all > the drivers that were compiled with it. This has a number of > problems: ... Ah I see. Does this mean that currently, there is no way to connect to a database from GHC 6.4? I've been browsing the HaskellDB's test files, but they all seem to use GenericConnect... Regards, Robert |