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.3
brew install llvm
sudo 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/llc
git clone https://github.com/purescript/purescript.git
system-ghc: true
compiler: ghc-9.2.3
compiler-check: match-exact
stack install --flag=purescript:RELEASE
Add NPM path: Disable
I had to build with stack redirecting output to
/dev/null
like so:stack install > /dev/null
. I was running into segmentation faults without the redirect.environment: