Skip to content
Snippets Groups Projects
Commit 60dc01b0 authored by Scott Talbert's avatar Scott Talbert
Browse files

Perform haddock recipe before build recipe (Closes: #1010739)

Evidently, haddock wipes out some of the files created by the build
recipe (specifically at least the in-place registration files in
dist-ghc/package.conf.inplace), so move it before build.
parent 9ef5f7af
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ $(DEB_SETUP_BIN_NAME):
build-ghc-stamp: $(DEB_SETUP_BIN_NAME)
perl -d:Confess -MDebian::Debhelper::Buildsystem::Haskell::Recipes=/.*/ \
-E 'configure_recipe; build_recipe; haddock_recipe; check_recipe'
-E 'configure_recipe; haddock_recipe; build_recipe; check_recipe'
touch $@
build/%-dev build/%-prof build/%-doc:: build-ghc-stamp
......
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