diff --git a/.gitlab/script/ghcup_release.sh b/.gitlab/script/ghcup_release.sh index 062a6b2..7852cd4 100755 --- a/.gitlab/script/ghcup_release.sh +++ b/.gitlab/script/ghcup_release.sh @@ -15,6 +15,11 @@ git describe # build ecabal update +( + cd /tmp + ecabal install -w ghc-${GHC_VERSION} --installdir="$CI_PROJECT_DIR"/.local/bin hspec-discover +) + if [ "${OS}" = "LINUX" ] ; then if [ "${ARCH}" = "32" ] ; then ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui -ftar