How to practically enable `-Wmissing-import-lists`?
Haskell Community [Unofficial]
March 16, 2026
I considered this too, but don’t you then have to create two packages? I guess you could make a private sublibrary, but it seems like more work. Perhaps you can use mix-ins to rename the normal prelude to avoid having to use package imports in your custom prelude module.
Discussion in the ATmosphere