File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,17 @@ <h2>Welcome</h2>
7
7
< p >
8
8
This site describes the various messages that can be returned by
9
9
GHC, the most-commonly-used Haskell implementation, including both errors and warnings. Beginning with version
10
- X.Y.Z , GHC emits a code with the format < code > [GHC-123 ]</ code > for each
10
+ 9.6.1 , GHC emits a code with the format < code > [GHC-12345 ]</ code > for each
11
11
message. These codes can be looked up below for further information.
12
12
</ p >
13
13
14
+ < p >
15
+ Other Haskell-related tools are welcome to add their own messages to the index. Please contact
16
+ < a href ="https://haskell.foundation/contact/ " target ="_blank " rel ="noopener noreferrer "> the Haskell Foundation</ a >
17
+ or < a href ="https://github.com/haskellfoundation/error-message-index/issues "> open an issue</ a >
18
+ to begin the process.
19
+ </ p >
20
+
14
21
< p >
15
22
So far, $messageCount$ errors and warnings are documented here.
16
23
If you encounter a message that is not yet documented, please
You can’t perform that action at this time.
0 commit comments