
29 May
2006
29 May
'06
11:52 a.m.
Hello Matthew, Monday, May 29, 2006, 7:38:40 PM, you wrote:
How hard would it be to build 6.5 on a windows box without visual studio 2003?
there are prebuilt installations at GHC site, last of those is http://www.haskell.org/ghc/dist/current/dist/ghc-6.5.20060328-i386-unknown-m... (btw, ghc compiled by gcc, not msvc. they use VS only for their additional IDE project) but you don't need 6.5 if time-consuming operations will be implemented via C functions. using StorableArray slowdowns only access to these arrays inside of Haskell code -- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com