Re: [Haskell-cafe] problems with HDBC

2011-02-15 Thread Kurt Norwood
Awesome, that works! Thanks, Kurt On Tue, Feb 15, 2011 at 1:33 AM, Mark Wright 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 > __

[Haskell-cafe] problems with HDBC

2011-02-15 Thread Kurt Norwood
Hi, I am getting some very cryptic error messages while trying to compile some simple code using hdbc. I am able to run the following lines in ghci without any problems. I am using ghc 6.12.1 on Ubuntu 10.10. Thanks in advance, Kurt ## # Contents of the file ## im