Skip to content

Commit

Permalink
fix: add ghc to path before package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Sep 13, 2024
1 parent 9420794 commit fd054c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ fi
export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
echo 'source ~/.ghcup/env' >> ~/.bashrc
source ~/.ghcup/env
~/.ghcup/bin/cabal install --lib HUnit
~/.ghcup/bin/cabal install --lib gloss
~/.ghcup/bin/cabal install hlint
Expand Down

0 comments on commit fd054c9

Please sign in to comment.