Re: Re[2]: bug in mallocForeignPtrBytes (both 6.4 and 6.6)

2006-09-24 Thread Duncan Coutts
On Sun, 2006-09-24 at 01:28 +0400, Bulat Ziganshin wrote: > Hello Duncan, > > Sunday, September 24, 2006, 12:22:38 AM, you wrote: > > >> after program prints "40 mb allocated" look at Task Manager indication > >> - it shows that two times more memory actually in use. it seems that > >> problem is

Re: Packages in GHC 6.6

2006-09-24 Thread Neil Mitchell
Hi Nice theory, but this doesn't work at all in practice: The majority of the packages mentioned so far are not purely Haskell, so one needs tons of development tools and C libraries, headers, etc. (all in a consistent state, of course) to compile those packages, which is a bit tricky on *nices

Re: Packages in GHC 6.6

2006-09-24 Thread Sven Panne
Am Mittwoch, 23. August 2006 15:23 schrieb Bulat Ziganshin: > [...] > i think that better way is to supply non-core libs in source form and > just recompile them in this case. so, [...] Nice theory, but this doesn't work at all in practice: The majority of the packages mentioned so far are not pu

Re: HOpenAL and Haskore

2006-09-24 Thread Sven Panne
Am Donnerstag, 24. August 2006 11:29 schrieb Juan Rodríguez Hortalá: > [...] > And the later is about HOpenAL. Some information is found in > http://www.haskell.org/HOpenGL/newAPI/index.html , on the entry for > Sound, but I wonder if there is some tutorial or additional > documentation anywhere. [

Re: User preferences lost between Hugs upgrades on Windows

2006-09-24 Thread Neil Mitchell
Hi well, you can't change what other people do, but you can make sure that Hugs doesn't steal ;) If there are two of you, one that does steal, one that doesn't, I might as well make the Hugs installer register GHC as the extension handler! It's also a bit annoying to do a load of work to get a

Re: User preferences lost between Hugs upgrades on Windows

2006-09-24 Thread Claus Reinke
while on the subject of user preferences, does the current round of Hugs/GHC releases on Windows do away with that "we take over the handling of Haskell files, no matter what the user wanted"? Nope :) I emailed off to people about this offering to cooperate nicely with GHC and Hugs, but no one e

Re[2]: bug in mallocForeignPtrBytes (both 6.4 and 6.6)

2006-09-24 Thread Bulat Ziganshin
Hello Duncan, Sunday, September 24, 2006, 12:22:38 AM, you wrote: >> after program prints "40 mb allocated" look at Task Manager indication >> - it shows that two times more memory actually in use. it seems that >> problem is only with allocating memory buffers whose sizes are powers >> of 2 or v