Skip to content

Commit

Permalink
haddock: do preConfigure and postConfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisWhitaker committed Jul 3, 2020
1 parent c685796 commit 002b738
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions builder/haddock-builder.nix
Expand Up @@ -83,10 +83,12 @@ let
++ componentDrv.executableToolDepends;

configurePhase = ''
runHook preConfigure
echo Configure flags:
printf "%q " ${finalConfigureFlags}
echo
$SETUP_HS configure ${finalConfigureFlags}
runHook postConfigure
'';

buildPhase = ''
Expand Down

0 comments on commit 002b738

Please sign in to comment.