summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-10-16 15:29:45 -0400
committerJoey Hess <joeyh@joeyh.name>2017-10-16 15:29:45 -0400
commitddff4ebc8418476883543572233f8ec9e27c607e (patch)
tree0dceb834b6784fabae85091f0ceebfe553b99731 /standalone
parentffa81d2d7f068f2e1f2708bace8f81b125875be2 (diff)
log ghc version
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 2 insertions, 0 deletions
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 () {