aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-HGL-ghc
Commit message (Collapse)AuthorAgeFilesLines
* - Update print/hs-hscolour to version 1.10.1Dmitry Marakasov2008-10-261-2/+2
| | | | | | | | | PR: 128344 Submitted by: Jacula Modyun <jacula at gmail dot com> (maintainer) Approved by: obraun (for lang/ghc and devel/hs-haddock-docs) Notes: svn path=/head/; revision=222097
* [MAINTAINER UPDATE]: print/hs-hscolour updated to port version 1.10Edwin Groothuis2008-08-152-11/+16
| | | | | | | | | | Step 5 - graphics/hs-HGL-ghc PR: ports/126008 Submitted by: Jacula Modyun <jacula@gmail.com> Notes: svn path=/head/; revision=218601
* Upgrade ghc to 6.8.3.Oliver Braun2008-07-181-1/+2
| | | | Notes: svn path=/head/; revision=217059
* A simple graphics library, designed to give the programmer accessOliver Braun2008-03-014-0/+134
to most interesting parts of the Win32 Graphics Device Interface and X11 library without exposing the programmer to the pain and anguish usually associated with using these interfaces. The library also includes a module Graphics.SOE providing the interface used in "The Haskell School of Expression", by Paul Hudak, cf <http://www.haskell.org/soe/>. author: Alastair Reid maintainer: <libraries@haskell.org> license: BSD3 WWW: http://www.haskell.org/graphics/index.html package-url: http://hackage.haskell.org/packages/archive/HGL exposed-modules: Graphics.HGL.Core, Graphics.HGL.Draw, Graphics.HGL.Units, Graphics.HGL.Key, Graphics.HGL.Run, Graphics.HGL.Draw.Brush, Graphics.HGL.Draw.Font, Graphics.HGL.Draw.Monad, Graphics.HGL.Draw.Pen, Graphics.HGL.Draw.Picture, Graphics.HGL.Draw.Region, Graphics.HGL.Draw.Text, Graphics.HGL.Utils, Graphics.HGL.Window, Graphics.HGL, Graphics.SOE PR: ports/121081 Submitted by: Giuseppe Pilichi aka Jacula Modyun <jacula at gmail.com> Notes: svn path=/head/; revision=208280