haskell/docker-haskell

Official Devcontainer feature and template

Opened this issue · 2 comments

Community members have tried building a devcontainer #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.

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

  • Multi‑arch (linux/amd64, linux/arm64/v8)
  • based on Alpine Linux (that is musl libc and BusyBox)

👉 made to build statically linked executables.

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