Skip to content

Commit

Permalink
Use the custom ghc instead of default ghc for docspec
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jun 27, 2024
1 parent f505911 commit e575ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2123,10 +2123,10 @@ else
die "Use DOCSPEC_URL option to install."
fi
fi
# XXX Use the --with-compiler option instead
ensure_default_ghc
ensure_ghc
run_verbose_errexit cabal-docspec --version
run_verbose_errexit cabal-docspec $DOCSPEC_OPTIONS
run_verbose_errexit cabal-docspec $DOCSPEC_OPTIONS \
--with-compiler "$COMPILER_EXE_PATH"
fi
fi

Expand Down

0 comments on commit e575ff3

Please sign in to comment.