e9ec96aee7 | ||
---|---|---|
.. | ||
.devcontainer | ||
README.md |
README.md
IMPORTANT NOTE: This Template is deprecated and is no longer supported.
Haskell (Community)
This definition will hopefully get you going quickly with Haskell running as a remote container in vscode
Summary
Haskell is an advanced, purely functional programming language
Metadata | Value |
---|---|
Contributors | Stuart Pike, Javier Neira, eitsupi, gusbicalho |
Categories | Community, Haskell |
Definition type | Dockerfile |
Works in Codespaces | Yes |
Container host OS support | Linux, macOS, Windows |
Container OS | Debian |
Languages, platforms | Haskell |
Using this definition
This definition builds a container with the latest version of GHCup. GHCup is then used to install the recommended (as defined by GHCup) version of GHC, cabal and stack.
You can choose a different GHC version to start with by setting the GHC_VERSION option in .devcontainer/devcontainer.json
. Alternatively, you can use the ghcup
command in a running container to manage GHC versions.
"build": {
"dockerfile": "Dockerfile",
"args": {
"GHC_VERSION": "9.2"
}
}
Adding the definition to a project or codespace
-
If this is your first time using a development container, please see getting started information on setting up Remote-Containers or creating a codespace using GitHub Codespaces.
-
Start VS Code and open your project folder or connect to a codespace.
-
Press F1 select and Add Development Container Configuration Files... command for Remote-Containers or Codespaces.
Note: If needed, you can drag-and-drop the
.devcontainer
folder from this sub-folder in a locally cloned copy of this repository into the VS Code file explorer instead of using the command. -
Select this definition. You may also need to select Show All Definitions... for it to appear.
-
Finally, press F1 and run Remote-Containers: Reopen Folder in Container or Codespaces: Rebuild Container to start using the definition.
License
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See LICENSE.