We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b0462 commit 2df3b95Copy full SHA for 2df3b95
message-index/messages/GHC-90973/index.md
@@ -21,5 +21,6 @@ This tells GHC to include all the symbols exported by the module `Data.List` to
21
The error message `GHC-90973` occurs when module's export list contains a module export of a module, which hasn't been imported.
22
23
The usual way to fix it is to either:
24
+
25
1. add the missing module import
26
2. remove the `module <MISSING-MODULE>` export from the export list
0 commit comments