File: dh_haskell_depends.pod

package info (click to toggle)
haskell-devscripts 0.14.0
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: sh: 788; makefile: 27
file content (41 lines) | stat: -rw-r--r-- 1,106 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
=head1 NAME

dh_haskell_depends - calculates Haskell dependencies on Cabalized libraries

=head1 SYNOPSIS

B<dh_haskell_depends> [S<I<debhelper options>>]
[B<-X>I<package>]
[B<--exclude=>I<package>]
[S<I<file>> ...]

=head1 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.

=head1 BUGS

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

=head1 SEE ALSO

L<dh_haskell_provides(1)>
L<dh_haskell_shlibdeps(1)>
L<dh_haskell_extra_depends(1)>
L<debhelper(7)>

=head1 AUTHOR

John Goerzen <jgoerzen@complete.org>

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