更新 'bin/ghci.cmd'

This commit is contained in:
rabix 2022-03-22 17:42:13 +08:00
parent 3d070cc73a
commit 0c4bd51b1a
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@echo off
where ghci.exe >nul 2>nul
if errorlevel 1 call v-choco install ghc -y & call %~dp0\v-choco-refreshenv
@echo off
where ghci.exe >nul 2>nul
if errorlevel 1 call choco install ghc -y & call %~dp0\v-choco-refreshenv
ghci.exe %*