Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions message-index/messages/GHC-90973/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ This tells GHC to include all the symbols exported by the module `Data.List` to
The error message `GHC-90973` occurs when module's export list contains a module export of a module, which hasn't been imported.

The usual way to fix it is to either:

1. add the missing module import
2. remove the `module <MISSING-MODULE>` export from the export list