Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
d21d1985
Commit
d21d1985
authored
Dec 19, 2010
by
Ian Lynagh
Browse files
Pass --hoogle to haddock; fixes trac #4521
parent
65ea7d89
Changes
1
Hide whitespace changes
Inline
Side-by-side
rules/haddock.mk
View file @
d21d1985
...
...
@@ -48,6 +48,7 @@ endif
--no-tmp-comp-dir
\
--dump-interface
=
$$
(
$$
(
$1_PACKAGE
)
-
$$
(
$1_$2_VERSION
)
_HADDOCK_FILE
)
\
--html
\
--hoogle
\
--title
=
"
$$
(
$1_PACKAGE
)-
$$
(
$1_$2_VERSION
)
$
$(
if
$
$(
strip
$$
(
$1_$2_SYNOPSIS
))
,:
$
$(
strip
$$
(
$1_$2_SYNOPSIS
))
,
)
"
\
--prologue
=
"
$1
/
$2
/haddock-prologue.txt"
\
$
$(
foreach
mod,
$$
(
$1_$2_HIDDEN_MODULES
)
,--hide
=
$
$(mod)
)
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment