Closed paf31 closed 8 years ago
Hi,
Could you try stack --no-system-ghc build
(and eventually try again afterward with stack build
)?
Another option could be stack --resolver ghc-7.10 setup --reinstall
.
These didn't work, but some temporary modifications to my PATH
did the trick.
For the benefit of future readers, this was the command I required:
PATH=$PATH:~/.stack/programs/x86_64-osx/ghc-7.10.3/bin/:~/.stack/snapshots/x86_64-osx/lts-5.4/7.10.3/bin stack build
Thanks!
I followed the instructions in the readme, and
stack setup
worked fine. However,stack build
failed during the Happy build, withI'm using Stack v1.0.4.3 on MacOS, without a global GHC install.