On Tue, Jul 17, 2007 at 06:52:43PM +0400, Dmitri O.Kondratiev wrote: > I am trying to use Graphics.SOE (that was present at least in GHC 6.4) to > go through "Simple Graphics" examples as described in Pail Hudak book "The > Haskell School of Expression. Learning functional programming through > multimedia". > It looks like Graphics.SOE does not anymore exist in GHC 6.6.1. Where one > can get it or what to use instead of it? > Do I understand right that Graphics library in GHC 6.6.1 is split between > OpenGL and GLUT modules? > Any tutorials on OpenGL and GLUT modules similar to Paul Hudak "Simple > Graphics"?
Hi! as far as I know what you are looking for (Graphics.SOE) is part of HGL. Have a look here: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HGL-3.1 Hope I got it right and that this helps. All the best, Andrea _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
