From 0036c95c609ad524d9de401d209eaf9cab5df4a2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 16 Dec 2019 15:13:55 +0800 Subject: [PATCH] Rm status messages --- ghcup | 2 -- 1 file changed, 2 deletions(-) diff --git a/ghcup b/ghcup index bea4d9e..83cacb0 100755 --- a/ghcup +++ b/ghcup @@ -1791,10 +1791,8 @@ compile_ghc() { edo ./boot 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}" else - status_message "GHC-8.6" edo ./configure --prefix="${inst_location}" --with-ghc="${bootstrap_ghc}" fi emake -j${JOBS}