[Haskell] ANN: The Monad.Reader - Issue 14

2009-07-29 Thread Wouter Swierstra
Dear all, I am pleased to announce that a new issue of The Monad.Reader is now available: http://themonadreader.wordpress.com/ Issue 14 consists of the following three articles: * Fun with Morse Code by Heinrich Apfelmus * Hieroglyph 2: Purely Functional Information Graphics Revisi

[Haskell] ANNOUNCE: OpenGL 2.3.0.0

2009-07-29 Thread Sven Panne
A new version of the OpenGL package has bee uploaded to Hackage. The main change is that it is now only a convenience layer upon the OpenGLRaw and GLURaw packages, written in in pure Haskell without the FFI. The latter two packages load the native libraries dynamically and do not rely on any C

[Haskell] ANNOUNCE: GLUT 2.2.0.0

2009-07-29 Thread Sven Panne
A new version of the GLUT package has been uploaded to Hackage. It depends on the new OpenGL, StateVar and Tensor packages, but apart from that the API is unchanged. Furthermore, a simple, pure OpenGL 3.1 demo has been added, which does not rely on any deprecated OpenGL functionality (SmoothOpen