[commit: ghc] wip/jenkins: Bump GHC to 8.2.1 (942072c)
git at git.haskell.org
git at git.haskell.org
Wed Aug 16 23:03:11 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/jenkins
Link : http://ghc.haskell.org/trac/ghc/changeset/942072c4c0d1961b40d948ad25215250c9b269b5/ghc
>---------------------------------------------------------------
commit 942072c4c0d1961b40d948ad25215250c9b269b5
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Jul 30 23:09:12 2017 -0400
Bump GHC to 8.2.1
>---------------------------------------------------------------
942072c4c0d1961b40d948ad25215250c9b269b5
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 8501f87..7eac8ff 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -119,11 +119,11 @@ def withMingw(String msystem, Closure f) {
if (msystem == 'MINGW32') {
prefix = "${msysRoot}\\mingw32"
carch = 'i686'
- ghcPath = "${home}/ghc-8.0.1-i386/bin"
+ ghcPath = "${home}/ghc-8.2.1-i386/bin"
} else if (msystem == 'MINGW64') {
prefix = "${msysRoot}\\mingw64"
carch = 'x86_64'
- ghcPath = "${home}/ghc-8.0.2-x86_64/bin"
+ ghcPath = "${home}/ghc-8.2.1-x86_64/bin"
} else {
fail
}
More information about the ghc-commits
mailing list