Rm status messages
This commit is contained in:
parent
af5fda0cd6
commit
0036c95c60
2
ghcup
2
ghcup
@ -1791,10 +1791,8 @@ compile_ghc() {
|
|||||||
|
|
||||||
edo ./boot
|
edo ./boot
|
||||||
if [ "$(echo "${myghcver}" | awk -F. '{printf"%d%03d",$1,$2;}')" -ge 8008 ]; then
|
if [ "$(echo "${myghcver}" | awk -F. '{printf"%d%03d",$1,$2;}')" -ge 8008 ]; then
|
||||||
status_message "GHC-8.8"
|
|
||||||
GHC=$(command -v "${bootstrap_ghc}") edo ./configure --prefix="${inst_location}"
|
GHC=$(command -v "${bootstrap_ghc}") edo ./configure --prefix="${inst_location}"
|
||||||
else
|
else
|
||||||
status_message "GHC-8.6"
|
|
||||||
edo ./configure --prefix="${inst_location}" --with-ghc="${bootstrap_ghc}"
|
edo ./configure --prefix="${inst_location}" --with-ghc="${bootstrap_ghc}"
|
||||||
fi
|
fi
|
||||||
emake -j${JOBS}
|
emake -j${JOBS}
|
||||||
|
Loading…
Reference in New Issue
Block a user