error-message-index

(β˜… 108)

A community-driven collection of documentation for Haskell error messages and warnings

  • .fend.yaml
  • .gitignore
  • CONTRIBUTING.md
  • deploy.sh
  • flake.lock
  • flake.nix
  • hie.yaml
  • README.md
  • tool-developers.md

# Installation Guide

1. Get the code
git clone https://github.com/haskellfoundation/error-message-index

Downloads the entire project code from GitHub to your computer.

cd error-message-index

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh

Downloads and runs the official install script in one line β€” this handles the full setup automatically.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation