summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 13:37:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-22 13:37:18 -0400
commitdd6d7990175ae33095da9d88465e3ffca1e25630 (patch)
tree1705f4478274c7bb46d23e27bf0d2f3cce72e86d /standalone
parent09d137c4989f317605ef9a81f5418ecf75a3e47f (diff)
remove ghc --version
using stack, version is pinned
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 9b2559549..51d2d3d05 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -11,8 +11,6 @@ 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 () {