[commit: ghc] wip/jenkins: Fix GHC path (5798eb1)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 13:52:49 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/5798eb1e24aca5d02089a521161dfe0d6b90d797/ghc
>---------------------------------------------------------------
commit 5798eb1e24aca5d02089a521161dfe0d6b90d797
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Jun 13 00:44:15 2017 -0400
Fix GHC path
>---------------------------------------------------------------
5798eb1e24aca5d02089a521161dfe0d6b90d797
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