File: control

package info (click to toggle)
haskell-cabal-install 2.2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,336 kB
  • sloc: haskell: 43,856; sh: 372; makefile: 5
file content (63 lines) | stat: -rw-r--r-- 2,020 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
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
Source: haskell-cabal-install
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Iain Lane <laney@debian.org>,
 Dmitry Bogatov <KAction@gnu.org>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
 bash-completion (>= 1.0),
 cdbs,
 debhelper (>= 10),
 ghc (>= 8.4.3),
 haskell-devscripts (>= 0.13),
 libghc-http-dev (>= 1:4000.1.5),
 libghc-http-dev (<< 1:4000.4),
 libghc-async-dev (>= 2.0),
 libghc-async-dev (<< 3),
 libghc-async-dev (>= 2.0),
 libghc-base16-bytestring-dev (<< 0.2),
 libghc-cryptohash-sha256-dev (>= 0.11),
 libghc-cryptohash-sha256-dev (<< 0.12),
 libghc-echo-dev (>= 0.1.3),
 libghc-echo-dev (<< 0.2),
 libghc-edit-distance-dev (>= 0.2.2),
 libghc-edit-distance-dev (<< 0.3),
 libghc-hackage-security-dev (>= 0.5.2.2),
 libghc-hackage-security-dev (<< 0.6),
 libghc-hashable-dev (<< 2),
 libghc-hashable-dev (>= 1.0),
 libghc-http-dev (<< 1:4000.4),
 libghc-http-dev (>= 1:4000.2.5),
 libghc-network-dev (<< 2.7),
 libghc-network-uri-dev (>= 2.6.0.2),
 libghc-network-uri-dev (<< 2.7),
 libghc-network-uri-dev (>= 2.6),
 libghc-random-dev (<< 1.2),
 libghc-resolv-dev (>= 0.1.1),
 libghc-resolv-dev (<< 0.2),
 libghc-tar-dev (>= 0.5.0.3),
 libghc-tar-dev (<< 0.6),
 libghc-zlib-dev (<< 0.7),
 libghc-network-uri-dev (>= 2.6),
Standards-Version: 4.1.4
Homepage: http://www.haskell.org/cabal/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-cabal-install
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-cabal-install]

Package: cabal-install
Architecture: any
Depends:
 ghc (>= 8.4.3),
 ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${haskell:Recommends},
Suggests:
 ${haskell:Suggests},
Description: command-line interface for Cabal and Hackage
 The 'cabal' command-line program simplifies the process of managing
 Haskell software by automating the fetching, configuration, compilation
 and installation of Haskell libraries and programs.