Merge remote-tracking branch 'remotes/origin/merge-requests/117'
This commit is contained in:
commit
b82146d346
4
ghcup
4
ghcup
@ -1790,7 +1790,11 @@ compile_ghc() {
|
||||
|
||||
|
||||
edo ./boot
|
||||
if echo "${myghcver}" | sed 's/[.]//g' | awk '{ exit ($0 < 881) ? 0 : 1 }' ; then
|
||||
edo ./configure --prefix="${inst_location}" --with-ghc="${bootstrap_ghc}"
|
||||
else
|
||||
GHC=$(command -v "${bootstrap_ghc}") edo ./configure --prefix="${inst_location}"
|
||||
fi
|
||||
emake -j${JOBS}
|
||||
emake install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user