[commit: ghc] wip/jenkins: Fix GHC path (9c60958)
git at git.haskell.org
git at git.haskell.org
Thu Jul 27 20:49:50 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/9c60958965c29be1b428045648d02617e4e9cb3f/ghc
>---------------------------------------------------------------
commit 9c60958965c29be1b428045648d02617e4e9cb3f
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jun 13 00:44:15 2017 -0400
Fix GHC path
>---------------------------------------------------------------
9c60958965c29be1b428045648d02617e4e9cb3f
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 24810c5..486e975 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -114,7 +114,7 @@ def withMingw(String msystem, Closure f) {
if (msystem == 'MINGW32') {
prefix = "${msysRoot}\\mingw32"
carch = 'i686'
- ghcPath = '$HOME/ghc-8.0.2-i386/bin'
+ ghcPath = '$HOME/ghc-8.0.1-i386/bin'
} else if (msystem == 'MINGW64') {
prefix = "${msysRoot}\\mingw64"
carch = 'x86_64'
More information about the ghc-commits
mailing list