Skip to content

Commit

Permalink
ghcup: add missing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Jan 7, 2024
1 parent 3d0ae98 commit b35dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcup/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HASKELL_DEPS="ghc libghc-aeson-dev libghc-lens-dev libghc-lens-aeson-dev \
HASKELL_KEEP="libyaml-0-2"

apt-get update
apt-get install -y aria2 ca-certificates git $HASKELL_DEPS $HASKELL_KEEP
apt-get install -y aria2 ca-certificates git curl $HASKELL_DEPS $HASKELL_KEEP

# compile with Haskell language extensions
ghc -O2 -XScopedTypeVariables -XOverloadedStrings ghcupsync.hs
Expand Down

0 comments on commit b35dafd

Please sign in to comment.