mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 12:49:53 +00:00
scripts: ghc version update (#4010)
This commit is contained in:
parent
76a33a3743
commit
35b7f2cb1c
6 changed files with 18 additions and 18 deletions
|
@ -8,7 +8,7 @@ FROM ubuntu:${TAG} AS build
|
|||
RUN apt-get update && apt-get install -y curl git build-essential libgmp3-dev zlib1g-dev llvm-12 llvm-12-dev libnuma-dev libssl-dev
|
||||
|
||||
# Specify bootstrap Haskell versions
|
||||
ENV BOOTSTRAP_HASKELL_GHC_VERSION=9.6.3
|
||||
ENV BOOTSTRAP_HASKELL_GHC_VERSION=9.6.4
|
||||
ENV BOOTSTRAP_HASKELL_CABAL_VERSION=3.10.1.0
|
||||
|
||||
# Install ghcup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue