Ich versuche Brew im MacOS Terminal mit folgenden Command zu installieren.
Wenn ich folgendes eingebe:
brew install haskell-stack
dann kommt:
Warning: haskell-stack 2.9.1 is already installed and up-to-date.
also sollte dies schon installiert sein
dann gebe ich dies ein:
brew install ghc
und es kommt:
==> Downloading https://ghcr.io/v2/homebrew/core/ghc/manifests/9.2.4
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/ghc/blobs/sha256:9958adc0fe9861
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sh
######################################################################## 100.0%
==> Pouring ghc--9.2.4.monterey.bottle.tar.gz
==> /usr/local/Cellar/ghc/9.2.4/bin/ghc-pkg recache
==> Caveats
Bash completion has been installed to:
/usr/local/etc/bash_completion.d
==> Summary
🍺 /usr/local/Cellar/ghc/9.2.4: 7,752 files, 1.5GB
==> Running `brew cleanup ghc`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
Was nun? Wenn ich ghc danach tippe passiert nichts, also dies sollte noch nicht installiert sein.