Am Donnerstag, 11. Juni 2009 19:23:17 schrieb Bryan O'Sullivan:
> [...] I think that "Graphics.Rendering." is clutter, and "OpenGL.GL." seems
> redundant to me. [...]

I forgot to mention one thing here: "OpenGL.GL" is currently *not* redundant, 
there is "OpenGL.GLU" in the OpenGL package, too. GL and GLU are separate 
libraries, even living in separate DLLs/*.sos, having separate headers, etc., 
so they should be kept separate in Haskell at some level, too.

Nevertheless, with OpenGL 3.1 GLU is dead, anyway, so in future versions there 
will be no ".GL" part in the package names.

Cheers,
   S.

_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to