Man page - dh_haskell_shlibdeps(1)
Packages contains this manual
- dh_haskell_recommends_documentation_references(1)
- dh_haskell_install_development_libs(1)
- dh_haskell_depends_haddock(1)
- dh_haskell_blurbs(1)
- dh_haskell_shlibdeps(1)
- dh_haskell_suggests(1)
- dh_haskell_depends_cabal(1)
- dh_haskell_provides_ghc(1)
- dh_haskell_install_htmldocs(1)
- dh_haskell_depends_hugs(1)
- dh_haskell_extra_depends_ghc(1)
- dh_haskell_description(1)
- dh_haskell_install_haddock(1)
- dh_haskell_compiler(1)
- dh_haskell_install_profiling_libs(1)
- dh_haskell_install_ghc_registration(1)
apt-get install haskell-devscripts-minimal
Manual
DH_HASKELL_SHLIBDEPS
NAMEDESCRIPTION
BUGS
SEE ALSO
AUTHOR
NAME
dh_haskell_shlibdeps - calculates external dependencies for Haskell libraries
dh_haskell_depends [debhelper options]
DESCRIPTION
dh_haskell_shlibdeps is a debhelper program that helps with calculating external dependencies for building Haskell libraries.
It automates building libraries for the different supported Haskell systems in Debian.
This script writes the debian/$package.substvars file, including in it the shlibs:Depends variable. So, to use this package, include in the Depends: field in debian/control ${shlibs:Depends}.
BUGS
hugs and ghc are the only supported targets at the moment. Cabal does not yet support nhc98.
SEE ALSO
debhelper (7)
AUTHOR
Marco Túlio Gontijo e Silva <marcot@debian.org>
Based on ideas in mk-haskell-depends by Martin Sjögren <sjogren@debian.org>