How to practically enable `-Wmissing-import-lists`?
Haskell Community [Unofficial]
March 16, 2026
You could use an implicit custom prelude:
downloads.haskell.org
6.2.10. Rebindable syntax and the implicit Prelude import — Glasgow Haskell...
RebindableSyntax implies NoImplicitPrelude.
Discussion in the ATmosphere