mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-20 11:11:58 +01:00
Switch to GHC 9.4.2 for new nightlies
Signed-off-by: Mihai Maruseac <mihai.maruseac@gmail.com>
This commit is contained in:
parent
2a7ae085c4
commit
9ee7d8a09d
@ -2,7 +2,7 @@ FROM fpco/pid1:20.04
|
|||||||
|
|
||||||
ENV HOME /home/stackage
|
ENV HOME /home/stackage
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
ENV GHCVER 9.2.5
|
ENV GHCVER 9.4.2
|
||||||
|
|
||||||
# NOTE: also update docker/03-custom-install.sh when cuda version changes
|
# NOTE: also update docker/03-custom-install.sh when cuda version changes
|
||||||
# ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
# ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
ghc-major-version: "9.2"
|
ghc-major-version: "9.4"
|
||||||
# new curator is supposed to use exact GHC version
|
# new curator is supposed to use exact GHC version
|
||||||
ghc-version: "9.2.5"
|
ghc-version: "9.4.2"
|
||||||
|
|
||||||
# This affects which version of the Cabal file format we allow. We
|
# This affects which version of the Cabal file format we allow. We
|
||||||
# should ensure that this is always no greater than the version
|
# should ensure that this is always no greater than the version
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user