Skip to content

Commit

Permalink
fix ghc version to the one used in capDL
Browse files Browse the repository at this point in the history
Signed-off-by: Gerwin Klein <[email protected]>
  • Loading branch information
lsf37 committed May 13, 2024
1 parent ff2412c commit 33b5cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/camkes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ as_root pip3 install --no-cache-dir \

# Get stack
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 \
BOOTSTRAP_HASKELL_GHC_VERSION=latest \
BOOTSTRAP_HASKELL_GHC_VERSION=9.2.8 \
BOOTSTRAP_HASKELL_CABAL_VERSION=latest \
BOOTSTRAP_HASKELL_INSTALL_STACK=1 \
BOOTSTRAP_HASKELL_ADJUST_BASHRC=P sh
Expand Down

0 comments on commit 33b5cef

Please sign in to comment.