Please help me install Haskell with support for OpenGL and GLUT. I can not find a tutorial that works anywhere. I have found some lessons, but I am getting errors.
The errors are much like the following:
Configuring GLUT-2.2.2.1 ... Setup.hs: At least the following dependencies are missing: OpenGL> = 2.3, StateVar -any, Tensor -any
Edit 1: OS: Windows 7 Professional Service Pack 1 (SP1). I am using the Haskell platform and the following components are not installed by default.
Edit 2: Cabal is not installed, just checked the list of packages installed with the haskell platform, and had to install it manually.
source share