summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-16 15:29:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-16 15:29:45 -0400
commitda306d6653f27d559f8b0016b22e6683a7166085 (patch)
tree50b38f2672ab227961ac6252bf33be1adefffe02
parentadb9d19ac54595f7daea984933cdc1a34ccdedb2 (diff)
log ghc version
-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 e63fe11e1..2aa382cdc 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 () {