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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: haskell-cabal-install
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Iain Lane <laney@debian.org>,
Ilias Tsitsimpis <iliastsi@debian.org>,
Clint Adams <clint@debian.org>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
bash-completion (>= 1.0),
cdbs,
debhelper (>= 10),
haskell-devscripts (>= 0.13),
help2man,
ghc,
ghc-prof,
libghc-http-dev (>= 1:4000.1.5),
libghc-http-dev (<< 1:4000.5),
libghc-http-prof,
libghc-async-dev (>= 2.0),
libghc-async-dev (<< 2.3),
libghc-async-prof,
libghc-base16-bytestring-dev (>= 0.1.1),
libghc-base16-bytestring-dev (<< 1.1.0.0),
libghc-base16-bytestring-prof,
libghc-cabal-install-solver-dev (>= 3.10),
libghc-cabal-install-solver-dev (<< 3.11),
libghc-cabal-install-solver-prof,
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-edit-distance-prof,
libghc-hackage-security-dev (>= 0.6.2.0),
libghc-hackage-security-dev (<< 0.7),
libghc-hackage-security-prof,
libghc-hashable-dev (>= 1.0),
libghc-hashable-dev (<< 1.5),
libghc-hashable-prof,
libghc-lukko-dev (>= 0.1),
libghc-lukko-dev (<< 0.2),
libghc-lukko-prof,
libghc-network-uri-dev (>= 2.6.0.2),
libghc-network-uri-dev (<< 2.7),
libghc-network-uri-prof,
libghc-random-dev (>= 1.2),
libghc-random-dev (<< 1.3),
libghc-random-prof,
libghc-regex-base-dev (>= 0.94.0.0),
libghc-regex-base-dev (<< 0.95),
libghc-regex-base-prof,
libghc-regex-posix-dev (>= 0.96.0.0),
libghc-regex-posix-dev (<< 0.97),
libghc-regex-posix-prof,
libghc-resolv-dev (>= 0.1.1),
libghc-resolv-dev (<< 0.3),
libghc-resolv-prof,
libghc-safe-exceptions-dev (>= 0.1.7.0),
libghc-safe-exceptions-dev (<< 0.2),
libghc-safe-exceptions-prof,
libghc-tar-dev (>= 0.5.0.3),
libghc-tar-dev (<< 0.7),
libghc-tar-prof,
libghc-zlib-dev (>= 0.5.3),
libghc-zlib-dev (<< 0.8),
libghc-zlib-prof,
Build-Depends-Indep: ghc-doc,
libghc-http-doc,
libghc-async-doc,
libghc-base16-bytestring-doc,
libghc-cabal-install-solver-doc,
libghc-cryptohash-sha256-doc,
libghc-echo-doc,
libghc-edit-distance-doc,
libghc-hackage-security-doc,
libghc-hashable-doc,
libghc-lukko-doc,
libghc-network-uri-doc,
libghc-random-doc,
libghc-regex-base-doc,
libghc-regex-posix-doc,
libghc-resolv-doc,
libghc-safe-exceptions-doc,
libghc-tar-doc,
libghc-zlib-doc,
Standards-Version: 4.7.0
Homepage: https://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 (>= 9),
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends:
${haskell:Recommends},
curl | wget,
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.
|