[Haskell-cafe] State Variables

Bulat Ziganshin bulat.ziganshin at gmail.com
Mon May 29 11:52:33 EDT 2006


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-mingw32.tar.gz

(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 at gmail.com



More information about the Haskell-Cafe mailing list