GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.
We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.
We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.
PR: ports/156642
Approved by: tabthorpe (mentor)
Obtained from: FreeBSD Haskell
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>