File: control

package info (click to toggle)
haskell-hgl 3.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 432 kB
  • ctags: 12
  • sloc: haskell: 2,585; makefile: 60; sh: 22
file content (24 lines) | stat: -rw-r--r-- 1,320 bytes parent folder | download
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 (>= 6.6) [alpha amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc], ghc6 (<< 6.6+) [alpha amd64 arm hppa i386 ia64 kfreebsd-i386 m68k mips mipsel powerpc ppc64 s390 sparc], 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 (>= 6.6), ghc6 (<< 6.6+), ${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/>.