
2014/1/4 Mark Lentczner
[...] GLUT: 2.4.0.0 → 2.5.0.1 [...]
It would be nice to use 2.5.0.2 instead, the only changes (apart from a different Travis CI config) are slightly different dependencies in the .cabal file. These popped up when testing the GLUT package on Travis CI (https://travis-ci.org/haskell-opengl/GLUT). Another point: I am not sure if everybody is aware of the fact that building OpenGLRaw with clang will *not work*, and a wrapper won't help. The reason is that clang's -traditional behavior is fundamentally broken, see e.g. the recent discussion on ghc-devs and on https://github.com/haskell-opengl/OpenGLRaw/issues/18. We're in the same boat as imake and xrdb, and the clang people have not been very responsive about this long-known problem.