Cabal revisions of gloss-1.0.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: gloss Version: 1.0.0.0+x-revision: 1 License: MIT License-file: LICENSE Author: Ben Lippmeier Stability: provisional Category: Graphics Description:- Gloss hides the pain of drawing simple vector graphics behind a nice data type and- a few display functions. Gloss uses OpenGL and GLUT under the hood, but you won't- have to worry about any of that. Get something cool on the screen in under 10 minutes.+ Gloss hides the pain of drawing simple vector graphics behind a nice data type and+ a few display functions. Gloss uses OpenGL and GLUT under the hood, but you won't+ have to worry about any of that. Get something cool on the screen in under 10 minutes. Synopsis: Painless 2D vector graphics, animations and simulations. Library- Build-Depends: - base >= 3 && < 5,+ Build-Depends:+ base >= 3 && < 4.4, ghc-prim >= 0.2, containers >= 0.3, OpenGL >= 2.0, Graphics.Gloss.Internals.Render.Options Graphics.Gloss.Internals.Render.Picture Graphics.Gloss.Internals.Render.ViewPort--