NAME
dh_haskell_shlibdeps - calculates Haskell external dependencies on
Cabalized libraries
SYNOPSIS
dh_haskell_depends [debhelper options] [-Xpackage] [--exclude=package]
[file ...]
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 ghc6 are the only supported targets at the moment. Cabal does
not yet support nhc98.
SEE ALSO
dh_haskell_depends(1) dh_haskell_provides(1) debhelper(7)
AUTHOR
Marco TA~Xlio Gontijo e Silva <marcot@debian.org>
Based on ideas in mk-haskell-depends by Martin SjA~Xgren
<sjogren@debian.org>