Skip to content
Snippets Groups Projects
Commit 2ad79aaa authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Echo the Haddock command line, to make deugging any crash in Haddock easier

parent bcd8fdb0
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ case $* in
esac
# Now create the combined contents and index pages
echo $HADDOCK_ARGS
$HADDOCK --gen-index --gen-contents -o . \
-t "Haskell Hierarchical Libraries" \
-p "prologue.txt" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment