Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 356 Bytes

File metadata and controls

9 lines (7 loc) · 356 Bytes

Haskell Devcontainer Template

This is a template for a minimal Haskell devcontainer-enabled repository. The template takes the default Github Codespaces image and:

  • Installs GHC, Stack, and HLS via ghcup.
  • Installs the Haskell language server extension.
  • Sets up paths and VSCode settings so that IDE support should work out of the box.