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
|
Source: cabal-debian
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Clint Adams <clint@debian.org>,
Ilias Tsitsimpis <iliastsi@debian.org>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.13),
cdbs,
ghc (>= 8.4.3),
ghc-prof,
libghc-diff-dev (>= 0.3.1),
libghc-diff-prof,
libghc-hunit-dev,
libghc-hunit-prof,
libghc-ansi-wl-pprint-dev (>= 0.6),
libghc-ansi-wl-pprint-dev (<< 0.7),
libghc-ansi-wl-pprint-prof,
libghc-bifunctors-dev,
libghc-bifunctors-prof,
libghc-data-default-dev,
libghc-data-default-prof,
libghc-debian-dev (>= 4.0),
libghc-debian-prof,
libghc-exceptions-dev,
libghc-exceptions-prof,
libghc-hsemail-dev (>= 2),
libghc-hsemail-prof,
libghc-lens-dev,
libghc-lens-prof,
libghc-network-uri-dev,
libghc-network-uri-prof,
libghc-newtype-generics-dev (>= 0.4),
libghc-newtype-generics-prof,
libghc-optparse-applicative-dev (>= 0.11),
libghc-optparse-applicative-prof,
libghc-puremd5-dev,
libghc-puremd5-prof,
libghc-regex-tdfa-dev,
libghc-regex-tdfa-prof,
libghc-syb-dev,
libghc-syb-prof,
libghc-unliftio-dev (>= 0.2.8.0),
libghc-unliftio-prof,
libghc-utf8-string-dev,
libghc-utf8-string-prof,
Build-Depends-Indep: ghc-doc,
libghc-diff-doc,
libghc-hunit-doc,
libghc-ansi-wl-pprint-doc,
libghc-bifunctors-doc,
libghc-data-default-doc,
libghc-debian-doc,
libghc-exceptions-doc,
libghc-hsemail-doc,
libghc-lens-doc,
libghc-network-uri-doc,
libghc-newtype-generics-doc,
libghc-optparse-applicative-doc,
libghc-puremd5-doc,
libghc-regex-tdfa-doc,
libghc-syb-doc,
libghc-unliftio-doc,
libghc-utf8-string-doc,
Standards-Version: 4.6.1
Homepage: https://github.com/clinty/cabal-debian
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/cabal-debian
Package: cabal-debian
Architecture: any
Section: utils
Depends:
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: apt-file,
Description: Create a debianization for a cabal package
Tool for creating debianizations of Haskell packages based on the .cabal
file. If apt-file is installed it will use it to discover what is the
Debian package name of a C library.
|