mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-14 15:25:50 +01:00
upgrade to GHC 8.2.2
This commit is contained in:
parent
34b50d9b18
commit
88a1c26f9d
@ -11,7 +11,7 @@ addons:
|
|||||||
- libgmp-dev
|
- libgmp-dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- GHCVER=8.2.1
|
- GHCVER=8.2.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Download and unpack the stack executable
|
# Download and unpack the stack executable
|
||||||
|
|||||||
2
check
2
check
@ -3,4 +3,4 @@
|
|||||||
# Convenience script for checking constraints locally
|
# Convenience script for checking constraints locally
|
||||||
|
|
||||||
cd `dirname $0`
|
cd `dirname $0`
|
||||||
exec stack exec --resolver ghc-8.2.1 stackage-curator check
|
exec stack exec --resolver ghc-8.2.2 stackage-curator check
|
||||||
|
|||||||
@ -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-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'
|
add-apt-repository -y --keyserver hkp://keyserver.ubuntu.com:80 'deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main'
|
||||||
|
|
||||||
GHCVER=8.2.1
|
GHCVER=8.2.2
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user