Easy steps to install ghc@9 package on Mac
Package Information:
Application Name – ghc@9
What is ghc@9 – Not Available for ghc@9
Use of ghc@9 – Glorious Glasgow Haskell Compilation System
URL – https://haskell.org/ghc/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install ghc@9 using brew
brew install ghc@9
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
ghc@9 is ready to use now!