From ddff4ebc8418476883543572233f8ec9e27c607e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Oct 2017 15:29:45 -0400 Subject: [PATCH] log ghc version --- standalone/windows/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index e63fe11e19..2aa382cdc8 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -11,6 +11,8 @@ set -e PATH="/c/Program Files (x86)/NSIS:/c/msysgit/cmd:/c/msysgit/bin:$PATH" +ghc --version + # Run a command with the cygwin environment available. # However, programs not from cygwin are preferred. withcyg () {