[commit: ghc] wip/jenkins: Bump GHC to 8.2.1 (a731dd5)

git at git.haskell.org git at git.haskell.org
Wed Aug 16 02:40:24 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/a731dd5b66ffdbc69d5cc39b5d5393b6b1a858d3/ghc

>---------------------------------------------------------------

commit a731dd5b66ffdbc69d5cc39b5d5393b6b1a858d3
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Jul 30 23:09:12 2017 -0400

    Bump GHC to 8.2.1


>---------------------------------------------------------------

a731dd5b66ffdbc69d5cc39b5d5393b6b1a858d3
 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