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

git at git.haskell.org git at git.haskell.org
Fri Aug 18 03:50:14 UTC 2017


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

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

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

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

    Bump GHC to 8.2.1


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

0cd5d6b19a546deac6e105296d28a19fb336a3b0
 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