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
|
Source: haskell-hadrian
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Ilias Tsitsimpis <iliastsi@debian.org>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.13),
cdbs,
ghc (>= 9.0),
libghc-extra-dev (>= 1.4.7),
libghc-shake-dev (>= 0.18.3),
libghc-shake-dev (<< 0.20),
libghc-unordered-containers-dev (>= 0.2.1),
libghc-unordered-containers-dev (<< 0.3),
Standards-Version: 4.7.0
Homepage: https://www.haskell.org/ghc/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-hadrian
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hadrian]
X-Description: build system for GHC
Hadrian is a modular, statically-typed, extensible build system for GHC,
introduced in the paper Non-recursive Make Considered Harmful. It consists of
a Haskell executable implemented using the shake library, and is used to
configure and build GHC.
Package: hadrian
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
Provides: ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
${haskell:Blurb}
|