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_shlibdeps - calculates external dependencies for Haskell libraries

Author

       Marco Túlio Gontijo e Silva <marcot@debian.org>

       Based on ideas in mk-haskell-depends by Martin Sjögren <sjogren@debian.org>

Haskell devscripts 0.16.34ubuntu2                  2024-12-18                            DH_HASKELL_SHLIBDEPS(1)

Bugs

       hugs and ghc are the only supported targets at the moment.  Cabal does not yet support nhc98.

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}.

Name

       dh_haskell_shlibdeps - calculates external dependencies for Haskell libraries

       dh_haskell_depends [debhelper options]

See Also

debhelper(7)

See Also