Skip to content
  • Rodrigo Mesquita's avatar
    fix: Mark ghci Prelude import as implicit · 85a1a575
    Rodrigo Mesquita authored and Marge Bot's avatar Marge Bot committed
    Fixes #22829
    
    In GHCi, we were creating an import declaration for Prelude but we were
    not setting it as an implicit declaration. Therefore, ghci's import of
    Prelude triggered -Wmissing-import-lists.
    
    Adds regression test T22829 to testsuite
    85a1a575