summaryrefslogtreecommitdiff
path: root/hadrian/build-stack.bat
blob: 09bfd9561e9d220d364e47dd6e193b72669ec05d (plain)
1
2
3
4
5
6
7
@echo off
setlocal
rem Change the current directory to the one containing this script
cd %~dp0

rem Build and run Hadrian in GHC top directory forwarding additional user arguments
stack run hadrian --cwd=.. -- %*