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
|
Source: haskell-vty
Section: libdevel
Priority: optional
Maintainer: Eric Warmenhoven <warmenhoven@debian.org>
Build-Depends: debhelper (>= 4.2.0), ghc6 (>= 6.8.2), haskell-devscripts (>= 0.6.7), haddock (>= 0.6), ghc6-prof (>= 6.8.2), ghc6-prof (<< 6.8.2+)
Standards-Version: 3.7.3
Package: libghc6-vty-dev
Architecture: any
Section: libdevel
Depends: ${haskell:Depends}
Suggests: libghc6-vty-prof, libghc6-vty-doc
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
Section: libdevel
Depends: ${haskell:Depends}
Suggests: libghc6-vty-doc
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-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends}
Suggests: libghc6-vty-dev, libghc6-vty-prof
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.
|