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

git at git.haskell.org git at git.haskell.org
Wed Aug 16 18:56:11 UTC 2017


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

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

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

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

    Bump GHC to 8.2.1


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

6b3d6955536111d4c9120680843c5bd5d2ddb82a
 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