diff --git a/message-index/messages/GHC-90973/index.md b/message-index/messages/GHC-90973/index.md index 0762b9f3..f82983ce 100644 --- a/message-index/messages/GHC-90973/index.md +++ b/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 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 ` export from the export list