Skip to content

Commit dce2bf8

Browse files
committed
Update README to mention all supported tools
1 parent 778fd8a commit dce2bf8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33

44
**View the site →** https://errors.haskell.org/
55

6-
Haskell tooling emits a variety of errors, warnings, and other messages. In the latest development versions that are leading to the release of version 9.6.1, GHC emits a unique code for each message that allows it to be identified. This site allows these codes to be looked up, providing examples, context, and further information that can make them easier to understand.
6+
Haskell tooling emits a variety of errors, warnings, and other messages. In recent versions, some of these tools emit a unique code for each message that allows it to be identified. This site allows these codes to be looked up, providing examples, context, and further information that can make them easier to understand.
7+
8+
## Supported Tools
9+
10+
Today, the Haskell Message Index supports three tools, with more (like [Cabal](https://github.com/haskell/cabal/issues/8543)) on the horizon.
11+
12+
| Tool | Earliest supported version | Namespace |
13+
|-------|----------------------------|-----------|
14+
| GHC | 9.6.1 | `GHC-` |
15+
| Stack | 2.9.3 | `S-` |
16+
| GHCup | 0.1.19.0 | `GHCup-` |
717

818
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for instructions on improving the site. Thanks!
919

0 commit comments

Comments
 (0)