having trouble setting up Stephen Diehl's Haskell + LLVM project on Mac OS (latest). I have tried:
The given instructions, which start with
brew install llvm-hs/homebrew-llvm/llvm-4.0. This command actually downloads 4.0.1. The build fails with many errors.I then tried
brew install llvm-hs/llvm/llvm-9. This install succeeded, but thenstack buildfailed. I was able to fix one set of errors by installing a library that defined theIEEEtype, but this produced additoinal errors. And so on.List item