Skip to content

Commit 2df3b95

Browse files
authored
[GHC-90973] Fix markdown formatting of the list (#554)
1 parent f1b0462 commit 2df3b95

File tree

1 file changed

+1
-0
lines changed
  • message-index/messages/GHC-90973

1 file changed

+1
-0
lines changed

message-index/messages/GHC-90973/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ This tells GHC to include all the symbols exported by the module `Data.List` to
2121
The error message `GHC-90973` occurs when module's export list contains a module export of a module, which hasn't been imported.
2222

2323
The usual way to fix it is to either:
24+
2425
1. add the missing module import
2526
2. remove the `module <MISSING-MODULE>` export from the export list

0 commit comments

Comments
 (0)