Sign inSign up

iblazhko/haskell-dev

By iblazhko

Updated over 2 years ago

Haskell devcontainer environment

Image
0

1.2K

iblazhko/haskell-dev repository overview

Haskell Devcontainer

This image is mainly intended to be used for VisualStudio Code devcontainer environments.

It includes

  • Cabal 3.10.2
  • GHC 9.8.1
  • HLS 2.6.0

Source: https://github.com/iblazhko/haskell-devcontainer

devcontainer.json:

{
    "name": "Haskell 9.8",
    "image": "docker.io/iblazhko/haskell-dev:9.8.1",
    "customizations": {
        "vscode": {
            "extensions": [
                "haskell.haskell",
                "eamodio.gitlens",
                "editorconfig.editorconfig",
                "streetsidesoftware.code-spell-checker"
            ]
        }
    }
}```

Tag summary

Content type

Image

Digest

sha256:1d93485fc

Size

1.1 GB

Last updated

over 2 years ago

docker pull iblazhko/haskell-dev