15 Feb
2011
15 Feb
'11
5:22 p.m.
Awesome, that works! Thanks, Kurt On Tue, Feb 15, 2011 at 1:33 AM, Mark Wright <markwright@internode.on.net>wrote:
Hi Kurt,
ghc needs to link libraries to the resulting code. An easy to link to the libraries is to use the ghc --make option:
ghc --make testsql.hs
Thanks, Mark