Unfortunately I don't have access to a *nix box at work or at home. The only way I can play with Haskell is on windows. Anyone here using Haskell on Windows? What's your setup?
GHC is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell.
There is a Windows installer for GHC, but it for Version 6.4.2 .
A Windows .exe
(not an .msi
installer) for version 6.10.1 is at http://www.haskell.org/ghc/dist/6.10.1/
It is not clear when the current (GHC 6.10.1) version will offer a Windows installer.
I recall using hugs with some success a while ago. I was just playing around though.
Or You could partition your hard-drive a duel boot between linux and windows :)
Doesn't answer your question, but it is an alternative.
I've used Haskell on Windows, but only when forced to. Not because the combination Haskell+Windows is particularly bad, but just because I don't really like Windows.
My setup was basically the following:
As you can see I was trying to get an environment that was as similar to Unix as possible (without using cygwin, because I find it utterly confusing). Vim is my favourite editor. The reason for Visual Studio was that the C environment shipped with GHC doesn't cover all of Win32API. I used CMake to get a decent build environment.
I based on Magnus solution. I have to state that I'm normally GNU/Linux user and I had to port low level packages (like this one).