aboutsummaryrefslogtreecommitdiff
path: root/graphics/hs-HGL/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/hs-HGL/pkg-descr')
-rw-r--r--graphics/hs-HGL/pkg-descr23
1 files changed, 0 insertions, 23 deletions
diff --git a/graphics/hs-HGL/pkg-descr b/graphics/hs-HGL/pkg-descr
deleted file mode 100644
index 0364f499e3db..000000000000
--- a/graphics/hs-HGL/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-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