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_provides - calculates Haskell virtual package names on Cabalized libraries

Author

       Joachim Breitner <nomeata@debian.org>

       Based on ideas in dh_ocaml.

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

Description

       dh_haskell_provides is a debhelper program that calculates the correct virtual package to provide, so
       that dependencies can guarantee ABI stability.

       For a package with an idea of package-version-longhashstring, it generates a virtual package of the form
       libghc-package-dev-version-longh for the -dev package and libghc-package-prof-version-longh for the prof
       package respectively.

       This script writes the debian/$package.substvars file, including in it the haskell:Provides.  So, to use
       this package, include in the Provides: field in debian/control ${haskell:Provides}.

Name

       dh_haskell_provides - calculates Haskell virtual package names on Cabalized libraries

See Also

dh_haskell_depends(1) dh_haskell_shlibdeps(1) debhelper(7)

Synopsis

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

See Also