-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cabal-install cannot install alex or happy #1777
Comments
Can you try with 1.20 release candidate? I believe I fixed this in HEAD. |
I installed the 1.20 release candidate into the above test environment, and both Alex and Happy install using |
Great. |
Is there a workaround for 1.18 ? I only get that issue on Windows. I can install alex and happy with 1.18 on CentOS for instance. |
I do not have a Windows machine to test on, but I was able to install both alex and happy by not using cabal:
|
Thanks , Building |
Upon installing GHC and cabal-install (via bootstrap.sh), neither alex nor happy are installed. Attempting to install alex using
cabal install alex
fails with the error message "setup: The program alex is required but it could not be found". Similarly, attempting to install happy usingcabal install happy
fails with the error message "setup: The program happy is required but it could not be found". Interestingly, both programs can be built and installed using Setup.Note that solving this issue might be considered a prerequisite to #220.
Test environment:
The text was updated successfully, but these errors were encountered: