Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dh_haskell_shlibdeps(1) [debian man page]

DH_HASKELL_SHLIBDEPS(1) 				 Haskell devscripts documentation				   DH_HASKELL_SHLIBDEPS(1)

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 ghc 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> Haskell devscripts 0.8.12 2011-01-15 DH_HASKELL_SHLIBDEPS(1)

Check Out this Related Man Page

DH_HASKELL_EXTRA_DEPENDS(1)				 Haskell devscripts documentation			       DH_HASKELL_EXTRA_DEPENDS(1)

NAME
dh_haskell_extra_depends - generate the extra-depends file in Haskell packages SYNOPSIS
dh_extra_haskell_depends [debhelper options] [-Xpackage] [--exclude=package] [file ...] DESCRIPTION
dh_haskell_extra_depends is a debhelper program that helps with calculating dependencies for building Haskell libraries. Since Haskell libraries are statically linked, packagers that use Haskell libraries cannot rely on the fact that dynamical libraries are dependencies of their packages to be sure that possible runtime data packages are installed at execution time. The extra dependencies mechanism allows libraries to declare some packages that are to be added to the dependency list of each package that uses them to build. This script scans the Haskell dependencies and harvest extra dependencies information, putting them in the file debian/extra-depends, which is later used by dh_haskell_depends to be included in the substvars file. BUGS
None, as far as we know. :-) SEE ALSO
dh_haskell_depends(1) debhelper(7) AUTHOR
Giovanni Mascellani <gio@debian.org> Haskell devscripts 0.8.12 2011-07-30 DH_HASKELL_EXTRA_DEPENDS(1)
Man Page

We Also Found This Discussion For You

1. UNIX for Beginners Questions & Answers

Are the brains of the UNIXoid working correctly?

Today I saw the topic. sum-even-numbers-1-100 At that time, it was already closed but not the point. Other thoughts came to mind. All newcomers to Haskell are afraid that when they study it, their brains will turn inside out. I did not notice anything like that. And all because the brains of all... (4 Replies)
Discussion started by: nezabudka
4 Replies