summaryrefslogtreecommitdiff
path: root/graphics/hs-HGL/pkg-descr
blob: 0364f499e3db5b70567cb271f2e1843e16faa42d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
A simple graphics library, designed to give the programmer access
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