1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
Source: haskell-vty
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Eric Warmenhoven <warmenhoven@debian.org>
Build-Depends: cdbs,
debhelper (>= 7),
ghc6 (>= 6.10.3-3~),
ghc6-prof (>= 6.10.3-3~),
haskell-devscripts (>= 0.6.15+nmu11~),
haddock (>= 2.4.2),
hscolour,
libghc6-utf8-string-dev (>= 0.3),
libghc6-utf8-string-dev (<< 0.4),
libghc6-terminfo-dev (>= 0.3),
libghc6-terminfo-dev (<< 0.4),
libghc6-utf8-string-prof (>= 0.3),
libghc6-utf8-string-prof (<< 0.4),
libghc6-terminfo-prof (>= 0.3),
libghc6-terminfo-prof (<< 0.4)
Standards-Version: 3.8.2.0
Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/vty
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vty
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vty
Package: libghc6-vty-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Terminal interface library for ghc6
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
Package: libghc6-vty-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Terminal interface library for ghc6; profiling libraries
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
Package: libghc6-vty-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: Terminal interface library for ghc6; API documentation
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
|