Re: [Haskell-cafe] an array of pointers in FFI?

2008-08-01 Thread Stuart Cook
2008/8/1 Galchin, Vasili [EMAIL PROTECTED]: Thanks Bulat! So since we are talking ;^) is there a function already in Foreign that will allow me to ... [a] - Ptr (Ptr ()) i.e. map a list of type a to an array of ptrs of type a? I think this is going to be a two-part operation: first

Re: [Haskell-cafe] a really dumb posting question ;^(

2008-08-01 Thread Chaddaï Fouché
2008/7/31 Galchin, Vasili [EMAIL PROTECTED]: Hello, What do I do to do a followup haskell cafe posting? E.g. I want to put a posting on the category theory thread! You respond to it. Sometimes it is not sufficient (haskell-cafe@haskell.org isn't in the to or cc field), then you probably

[Haskell-cafe] Re: category theory tutorial pdfs .....

2008-08-01 Thread Benjamin L . Russell
On Fri, 1 Aug 2008 00:52:41 -0500, Galchin, Vasili [EMAIL PROTECTED] wrote: Hello, Prof. Harold Simmons' tutorial IMO are like a Russian matroshka doll ... first layer is for newbie ... inner layers require more sophistication. IMO a very subtle writer ... I have every book imaginable on cat

Re: [Haskell-cafe] Cabal files on Windows

2008-08-01 Thread Duncan Coutts
On Sun, 2008-07-27 at 21:01 -0500, John Lato wrote: Use Haskell String syntax for paths that contain spaces: include-dirs: C:\\Program Files\\program\\include Hi Duncan, Thanks, this worked (mostly). Although I had to change the line to include-dirs: \C:\\Program

[Haskell-cafe] Analysing Haskell Program

2008-08-01 Thread Roberto D'Aprile
Hello to everybody I'm using haskell for some research work and now i need to evaluate the performance of some simple haskell programs in particular information on the like, CPU cycles, bus usage, memory access and so on; so i wish to know if there is a way to compile haskell programms so they

Re: [Haskell-cafe] Analysing Haskell Program

2008-08-01 Thread Thomas Davie
On 1 Aug 2008, at 16:01, Roberto D'Aprile wrote: Hello to everybody I'm using haskell for some research work and now i need to evaluate the performance of some simple haskell programs in particular information on the like, CPU cycles, bus usage, memory access and so on; so i wish to

[Haskell-cafe] poll: how can we help you contribute to darcs?

2008-08-01 Thread Eric Kow
Dear Haskellers, I would like to take an informal poll for the purposes of darcs recruitment. Could you please complete this sentence for me? I would contribute to darcs if only... The answers I am most interested in hearing go beyond ... I had more time. For instance, if you are

[Haskell-cafe] Re: [darcs-users] poll: how can we help you contribute to darcs?

2008-08-01 Thread allan
I would contribute to darcs if only It didn't already do exactly what I want it to. As you've said darcs is really good for small-to-medium sized projects, particularly with few developers. Those are exactly the projects I happen to be working on. For my work I use darcs on a slightly larger

[Haskell-cafe] HDBC-ODBC linking problems in windows.

2008-08-01 Thread PJ Durai
Greetings everyone, I am having issues getting hdbc/odbc working on windows. When using GHC, I am not able to compile a simple program. It ends up with linker errors like C:\Program Files\Haskell\HDBC-odbc-1.1.4.3\ghc-6.8.3/libHSHDBC-odbc-1.1.4.3.a(Connection.o)(.text+0x52c):fake: undefined

Re: [Haskell-cafe] poll: how can we help you contribute to darcs?

2008-08-01 Thread david48
I'd love to see a git-gui like interface to darcs. ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] poll: how can we help you contribute to darcs?

2008-08-01 Thread Brandon S. Allbery KF8NH
On 2008 Aug 1, at 11:45, Eric Kow wrote: Dear Haskellers, I would like to take an informal poll for the purposes of darcs recruitment. Could you please complete this sentence for me? I would contribute to darcs if only... The darcs2 announcement strongly suggested that darcs would no

Re: [Haskell-cafe] HDBC-ODBC linking problems in windows.

2008-08-01 Thread Justin Bailey
On Fri, Aug 1, 2008 at 11:09 AM, PJ Durai [EMAIL PROTECTED] wrote: Greetings everyone, I am having issues getting hdbc/odbc working on windows. When using GHC, I am not able to compile a simple program. It ends up with linker errors like I had similar issues buidling hdbc-postgres. I wrote

Re: [Haskell-cafe] poll: how can we help you contribute to darcs?

2008-08-01 Thread wren ng thornton
Eric Kow wrote: Dear Haskellers, I would like to take an informal poll for the purposes of darcs recruitment. Could you please complete this sentence for me? I would contribute to darcs if only... The answers I am most interested in hearing go beyond ... I had more time. For instance, if

Re: [Haskell-cafe] poll: how can we help you contribute to darcs?

2008-08-01 Thread Neil Mitchell
Hi I would contribute to darcs if only... The darcs2 announcement strongly suggested that darcs would no longer be developed. This was brought up in the #ghc discussion about whether to switch. I agree strongly with this. I would be much more likely to contribute if the project seemed

[Haskell-cafe] Re: Analysing Haskell Program

2008-08-01 Thread Thomas Tuegel
Thomas Davie tom.davie at gmail.com writes: On 1 Aug 2008, at 16:01, Roberto D'Aprile wrote: Hello to everybody I'm using haskell for some research work and now i need to evaluate the performance of some simple haskell programs in particular information on the like, CPU cycles,

Re: [Haskell-cafe] Cabal files on Windows

2008-08-01 Thread John Lato
On Fri, Aug 1, 2008 at 8:39 AM, Duncan Coutts [EMAIL PROTECTED] wrote: On Sun, 2008-07-27 at 21:01 -0500, John Lato wrote: Use Haskell String syntax for paths that contain spaces: include-dirs: C:\\Program Files\\program\\include Hi Duncan, Thanks, this worked (mostly). Although I