logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dh_haskell_extra_depends - generate the extra-depends file in Haskell packages

Author

       Giovanni Mascellani <gio@debian.org>

Haskell devscripts 0.16.2                          2021-11-14                        DH_HASKELL_EXTRA_DEPENDS(1)

Bugs

       None, as far as we know. :-)

Description

       dh_haskell_extra_depends is a debhelper program that helps with calculating dependencies for building
       Haskell libraries.

       Since Haskell libraries are statically linked, packagers that use Haskell libraries cannot rely on the
       fact that dynamical libraries are dependencies of their packages to be sure that possible runtime data
       packages are installed at execution time. The extra dependencies mechanism allows libraries to declare
       some packages that are to be added to the dependency list of each package that uses them to build.

       This script scans the Haskell dependencies and harvest extra dependencies information, putting them in
       the file debian/extra-depends, which is later used by dh_haskell_depends to be included in the substvars
       file.

Name

       dh_haskell_extra_depends - generate the extra-depends file in Haskell packages

See Also

dh_haskell_depends(1) debhelper(7)

Synopsis

dh_extra_haskell_depends [debhelperoptions] [-Xpackage] [--exclude=package] [file ...]

See Also