How to make the Haskell GLUT binding using freeglut instead of the original GLUT on windows?
I find a easy way doing this. Just clean out all the original GLUT lib stuff and download a precompiled freeglut.dll and change it to glut32.dll and save to C:\WINDOWS\system32.
Eric Wong