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_depends - calculates Haskell dependencies on Cabalized libraries

Author

       John Goerzen <jgoerzen@complete.org>

       Based on ideas in dh_python by Josselin Mouette <joss@debian.org>

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

Bugs

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

Description

       dh_haskell_depends is a debhelper program that helps with calculating 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 haskell:Depends,
       haskell:Recommends, haskell:Suggests and haskell:Extra-Depends variable.  So, to use this package,
       include in the Depends: field in debian/control ${haskell:Depends}, and do the same for Recommends,
       Suggests and Extra-Depends.

Name

       dh_haskell_depends - calculates Haskell dependencies on Cabalized libraries

See Also

dh_haskell_provides(1) dh_haskell_shlibdeps(1) dh_haskell_extra_depends(1) debhelper(7)

Synopsis

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

See Also