-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
would it increase takeup if there were a docker image with everything preinstalled? #344
Comments
* Enhancements to Haddock -> Markdown conversion * Add tests for Haddock -> Markdown conversion * Make HLint happy * Let Haddock tests compile also in 8.4 * Fix build for 8.4 * Fix test for haddock-library 1.8.0 * Fix CPP problem * Make tests a bit more readable Co-authored-by: Moritz Kiefer <[email protected]>
Hi, i think this was somewhat a proposal about setup a docker image with hls and all tools needed to start hacking with haskell code. That could be a nice way to distribute indeed. |
And we could use it for setup a vscode dev container. |
Should this be the IDE team, or perhaps this could be a Haskell foundation project, where they bundle HLS, plus whatever else. For example, I think such a package should almost certainly contain Alex/Happy, but us bundling them, and figuring out which version etc, seems like an orthogonal problem. |
Agree, ideally it should be integrated in https://hub.docker.com/_/haskell via https://github.com/haskell/docker-haskell/issues |
Opened issue upstream: haskell/docker-haskell#41 |
Although the upstream issue is still open we get a container matching the requirement of the issue directly hosted in microsoft vscode dev containers: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/haskell |
as with rocker for R?
The text was updated successfully, but these errors were encountered: