1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: haskell-hgl
Section: devel
Priority: optional
Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 4), haddock (>= 0.6), $ghc6_lib_bdeps, haskell-utils (>= 1.5), libghc6-base-dev, libghc6-base-prof, libghc6-x11-dev, libghc6-x11-prof
Package: libghc6-hgl-dev
Provides: libghc6-hgl-prof
Architecture: any
Depends: $ghc6_lib_deps, \${shlibs:Depends}, \${misc:Depends}, libghc6-base-dev, libghc6-base-prof, libghc6-x11-dev, libghc6-x11-prof
Description: Haskell graphics library for GHC
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
This is 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/>.
|