[Haskell-cafe] RE: hdbc-mysql on windows

2010-03-19 Thread Roderick Ford
For those interested, the patch for parsing the paths that contain spaces (windows installs of mysql), I passed along the changes for Setup.lhs so that the split skips spaces inside quotes: mysqlBuildInfo :: LocalBuildInfo -> IO BuildInfo mysqlBuildInfo lbi = do let mysqlConfig = rawSystem

[Haskell-cafe] Re: hdbc-mysql on windows

2010-03-19 Thread Chris Waterson
Roderick, thanks for passing this along. To be honest, I haven't tried to build this on Windows yet. I have an old PC that I keep meaning to get things going on. If you're able to get things working, I'd be more than happy to integrate any changes that you want to send along... patches are ve