haskell / docker-haskell

MIT License
64 stars 37 forks source link

Official Devcontainer feature and template #123

Open weihongliang233 opened 7 months ago

weihongliang233 commented 7 months ago

Community members have tried building a devcontainer https://github.com/haskell/docker-haskell/issues/41

The result at that time was: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/haskell

However, the repo microsoft/vscode-dev-containers is now archived. The Microsoft team split this repository into the Devcontainer feature and the Devcontainer template.

So now we may need a Haskell Devcontainer feature and a Haskell Devcontainer template.

In this list, there is already a haskell feature. Has the haskell community reviewed this devcontainer feature?

And there is currently no haskell devcontainer template available yet.

benz0li commented 5 months ago

@weihongliang233 You may be interested in my GHC musl Dev Containers:

👉 made to build statically linked executables.

andriy-f commented 3 weeks ago

Btw Haskell dev container feature is now gone from this list this list