~ubuntu-branches/ubuntu/raring/haskell-devscripts/raring

5.1.1 by Marco Túlio Gontijo e Silva
* Non-maintainer upload.
1
=head1 NAME
2
3
dh_haskell_depends - calculates Haskell dependencies on Cabalized libraries
4
5
=head1 SYNOPSIS
6
7
B<dh_haskell_depends> [S<I<debhelper options>>]
8
[B<-X>I<package>]
9
[B<--exclude=>I<package>]
10
[S<I<file>> ...]
11
12
=head1 DESCRIPTION
13
8 by Marco Túlio Gontijo e Silva
* Non-maintainer upload.
14
dh_haskell_depends is a debhelper program that helps with calculating dependencies
5.1.1 by Marco Túlio Gontijo e Silva
* Non-maintainer upload.
15
for building Haskell libraries.
16
17
It automates building libraries for the different supported Haskell systems in
18
Debian.
19
8 by Marco Túlio Gontijo e Silva
* Non-maintainer upload.
20
This script writes the debian/$package.substvars file, including in it the
11 by Marco Túlio Gontijo e Silva, Marco Túlio Gontijo e Silva, Joachim Breitner
[Marco Túlio Gontijo e Silva]
21
haskell:Depends, haskell:Recommends and haskell:Suggests variable.  So, to use
22
this package, include in the Depends: field in debian/control
23
${haskell:Depends}, and do the same for Recommends and Suggests.
8 by Marco Túlio Gontijo e Silva
* Non-maintainer upload.
24
5.1.1 by Marco Túlio Gontijo e Silva
* Non-maintainer upload.
25
=head1 BUGS
26
11.2.2 by Joachim Breitner, Marco Silva, Joachim Breitner
[ Marco Silva ]
27
hugs and ghc are the only supported targets at the moment.  Cabal does
5.1.1 by Marco Túlio Gontijo e Silva
* Non-maintainer upload.
28
not yet support nhc98.
29
30
=head1 SEE ALSO
31
11.2.1 by Joachim Breitner, Kari Pahula, Joachim Breitner
[ Kari Pahula ]
32
L<dh_haskell_provides(1)>
11.1.3 by Marco Túlio Gontijo e Silva
* hlibrary.mk: Allow spaces before : in cabal fields.
33
L<dh_haskell_shlibdeps(1)>
5.1.1 by Marco Túlio Gontijo e Silva
* Non-maintainer upload.
34
L<debhelper(7)>
35
36
=head1 AUTHOR
37
38
John Goerzen <jgoerzen@complete.org>
39
40
Based on ideas in dh_python by Josselin Mouette <joss@debian.org>