From 2d1c18dd260f0d8ef949237ee13218411b90ed99 Mon Sep 17 00:00:00 2001 From: Joe Kachmar Date: Sun, 11 Nov 2018 19:25:35 -0500 Subject: [PATCH] Bumps nightly GHC to 8.6.2 --- Dockerfile | 2 +- check | 2 +- debian-bootstrap.sh | 2 +- etc/ci-script.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf8c7ccc..84815261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV HOME /home/stackage ENV LANG en_US.UTF-8 # NOTE: also update debian-bootstrap.sh when cuda version changes -ENV PATH /usr/local/cuda-10.0/bin:/opt/ghc/8.6.1/bin:/usr/sbin:/usr/bin:/sbin:/bin +ENV PATH /usr/local/cuda-10.0/bin:/opt/ghc/8.6.2/bin:/usr/sbin:/usr/bin:/sbin:/bin ENV CUDA_PATH /usr/local/cuda-10.0 ENV LD_LIBRARY_PATH=/usr/local/cuda-10.0/lib64:/usr/local/cuda-10.0/nvvm/lib64 diff --git a/check b/check index 7c0440a4..f4aa4ca2 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.6.1 stackage-curator check +exec stack exec --resolver ghc-8.6.2 stackage-curator check diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 322a6a43..eed169cf 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -25,7 +25,7 @@ add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://down add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main' add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main' -GHCVER=8.6.1 +GHCVER=8.6.2 apt-get update apt-get install -y \ diff --git a/etc/ci-script.sh b/etc/ci-script.sh index 27c860e0..4b4e39fb 100755 --- a/etc/ci-script.sh +++ b/etc/ci-script.sh @@ -2,7 +2,7 @@ set -euxo pipefail -export GHCVER=8.6.1 +export GHCVER=8.6.2 # Download and unpack the stack executable mkdir -p ~/.local/bin