Updates:
Add prebuilt binary for 0.15.4
I changed ghc to be installed with ghcup and ghc version to 9.2.3 to match PS 0.15.3 added the RELEASE flag.
brew install ghcup
ghcup install ghc 9.2.3brew install llvmsudo ln -s /opt/homebrew/Cellar/llvm/13.0.0_1/bin/opt ~/.local/bin/opt
sudo ln -s /opt/homebrew/Cellar/llvm/13.0.0_1/bin/llc ~/.local/bin/llcgit clone https://github.com/purescript/purescript.gitsystem-ghc: true
compiler: ghc-9.2.3
compiler-check: match-exact
stack install --flag=purescript:RELEASEAdd NPM path: Disable
Additional info, check that the ghc compiler version matches. (e.g. at the time of my writing it is 8.10.7)