Man page - dh_haskell_provides_ghc(1)
Packages contas this manual
- dh_haskell_shlibdeps(1)
- dh_haskell_description(1)
- dh_haskell_install_development_libs(1)
- dh_haskell_blurbs(1)
- dh_haskell_suggests(1)
- dh_haskell_depends_haddock(1)
- dh_haskell_compiler(1)
- dh_haskell_install_profiling_libs(1)
- dh_haskell_install_ghc_registration(1)
- dh_haskell_depends_cabal(1)
- dh_haskell_install_htmldocs(1)
- dh_haskell_provides_ghc(1)
- dh_haskell_install_haddock(1)
- dh_haskell_recommends_documentation_references(1)
- dh_haskell_depends_hugs(1)
- dh_haskell_extra_depends_ghc(1)
apt-get install haskell-devscripts-minimal
Manual
| DH_HASKELL_PROVIDES_GHC(1) | Haskell devscripts documentation | DH_HASKELL_PROVIDES_GHC(1) |
NAME
dh_haskell_provides_ghc - calculates Haskell virtual package names on Cabalized libraries
SYNOPSIS
dh_haskell_provides_ghc [debhelper options] [-Xpackage] [--exclude=package] [file ...]
DESCRIPTION
dh_haskell_provides_ghc 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}.
SEE ALSO
dh_haskell_depends(1) dh_haskell_shlibdeps(1) debhelper(7)
AUTHOR
Joachim Breitner <nomeata@debian.org>
Based on ideas in dh_ocaml.
| 2024-12-16 | Haskell devscripts 0.16.34 |