Re: [Haskell-cafe] question about linking with sqlite3

2012-05-24 Thread Canhua
I know it. I used a sqlite.dll file that is compiled for 32bit, while my computer is 64bit. sorry for this stupid question. On Thu, May 24, 2012 at 10:04 AM, Canhua dreamerat...@gmail.com wrote: Hi, I made a cabal package that use HDBC-sqlite3 on Windows. When cabal install it, I got an error

[Haskell-cafe] question about linking with sqlite3

2012-05-23 Thread Canhua
Hi, I made a cabal package that use HDBC-sqlite3 on Windows. When cabal install it, I got an error from ld.exe: cannot find -lsqlite3. How can I tell ld.exe where sqlite3.dll is plcaed? Thanks. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

[Haskell-cafe] question in install gtk2hs's webkit hackage

2012-02-26 Thread Canhua
hi, I am cabal-installing webkit hackage on windows, and get a error: pkg-config pckage webkit-1.0 version 1.1.15 is required but could be not found What should I next? install webkit? How to? I find there is a webkitgtk+ project. Which one should I install. I have try to install both of them

Re: [Haskell-cafe] What's the advantage of writing Haskell this way?

2011-05-30 Thread Canhua
sorry, `m a` as an instance of Monoid, not `m' On Tue, May 31, 2011 at 9:30 AM, Canhua dreamerat...@gmail.com wrote: I think you should declare `m' as an instance of Monoid, rather than as instnaces of Monad and MonadPlus On Tue, May 31, 2011 at 8:33 AM, John Ky newho...@gmail.com wrote: Hi