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 62 63 64
|
Source: haskell-hscurses
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Paul Bone <pbone@csse.unimelb.edu.au>
Build-Depends: debhelper (>= 7)
, cdbs
, haskell-devscripts (>= 0.7)
, ghc
, ghc-prof
, ghc-doc
, libncurses5-dev
, libghc-mtl-dev
, libghc-mtl-prof
, libghc-mtl-doc
Standards-Version: 3.8.4
Homepage: http://hackage.haskell.org/package/hscurses
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hscurses
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hscurses
Package: libghc-hscurses-dev
Section: haskell
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: ncurses bindings for Haskell - development files for GHC
Bindings to ncurses, a library of functions that manage an application's
display on character-cell terminals. Additionally, it contains some basic
widgets such as a text input widget and a table widget.
.
This package is built for GHC.
Package: libghc-hscurses-prof
Section: haskell
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: ncurses bindings for Haskell - profiling files for GHC
Bindings to ncurses, a library of functions that manage an application's
display on character-cell terminals. Additionally, it contains some basic
widgets such as a text input widget and a table widget.
.
This package is built for GHC with profiling enabled.
Package: libghc-hscurses-doc
Replaces: haskell-hscurses-doc (<< 1.3.0.2-2)
Conflicts: haskell-hscurses-doc (<< 1.3.0.2-2)
Provides: haskell-hscurses-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: ncurses bindings for Haskell - documentation
Bindings to ncurses, a library of functions that manage an application's
display on character-cell terminals. Additionally, it contains some basic
widgets such as a text input widget and a table widget.
.
This package provides documentation for the Haskell ncurses bindings.
|