Skip to content
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

An attempt at an official Haskell image #267

Closed
wants to merge 1 commit into from
Closed

An attempt at an official Haskell image #267

wants to merge 1 commit into from

Conversation

denibertovic
Copy link
Contributor

It would be great if we had an official haskell image.

I'm making this PR as an attempt to get things rolling at least.

A few notes. The way I envision the official haskell image is with only ghc and cabal inside. I see no reason one would need to install haskell platform in the image itself. If the users needs the platform they can inherit from this image and install whatever else is need, but it is my strong opinion that the base image should only have ghc and cabal in there. So the users can install the required libraries they need and build their code.

Currently there's on one tag latest but we can add others based on the ghc version we want to add.

I'm happy to hear any thoughts and opinions on this matter.

@denibertovic
Copy link
Contributor Author

@denibertovic
Copy link
Contributor Author

Just ran into this: https://github.com/darinmorrison/docker-haskell/issues/6

I guess you guys are already on it. Feel free to close this then, or take anything from my Dockerfile if needed.

@denibertovic
Copy link
Contributor Author

Closing this in favor of #287

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants