Brandon Chinn pushed to branch wip/T21730-import at Glasgow Haskell Compiler / GHC

Commits:

2 changed files:

Changes:

  • testsuite/tests/module/mod150.stderr
    1 1
     
    
    2 2
     mod150.hs:2:20: error: [GHC-69158]
    
    3 3
         Conflicting exports for ‘id’:
    
    4
    +       ‘module M’ exports ‘M.id’ defined at mod150.hs:2:42
    
    4 5
            ‘module Prelude’ exports ‘Prelude.id’
    
    5 6
              imported from ‘Prelude’
    
    6 7
              (and originally defined in ‘GHC.Internal.Base’)
    7
    -       ‘module M’ exports ‘M.id’ defined at mod150.hs:2:42

  • testsuite/tests/parser/should_compile/T7476/T7476.stdout
    1
    -import Control.Applicative ( (<**>) )
    1
    +import Control.Applicative ( Applicative(pure), (<**>) )