-
-
Notifications
You must be signed in to change notification settings - Fork 391
Clarify install/
sub-directory role, or integrate it into HLS project
#2309
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
Comments
The reason is we want isolate install builds from hls ones. If it would be integrated the normal build could be broken or altered by install specific dependencies (or viceversa),
This directory/subproject is needed for make work the install script in the root directory: https://github.com/haskell/haskell-language-server/blob/master/install.hs It is somewhat documented in the official docs: https://haskell-language-server.readthedocs.io/en/latest/installation.html#building |
Closes #2309 Co-authored-by: Javier Neira <[email protected]>
Contributing guidelines explain:
But this leads to several questions:
install/
folder treated as another package of the root directory HLS project? It would make everything (build, HIE/HLS integration, etc.) simpler, wouldn't it?README.md
in that directory, and I couldn't find any documentation about it. Based on the description ininstall/hls-install.cabal
I guess it's about installing HLS (for users? for something else?) but this limited information 😅The text was updated successfully, but these errors were encountered: