
Brandon Chinn pushed to branch wip/T21730-import at Glasgow Haskell Compiler / GHC Commits: ebf6de3e by Brandon Chinn at 2025-08-02T15:57:23-07:00 More test output changes - - - - - 2 changed files: - testsuite/tests/module/mod150.stderr - testsuite/tests/parser/should_compile/T7476/T7476.stdout Changes: ===================================== testsuite/tests/module/mod150.stderr ===================================== @@ -1,7 +1,7 @@ mod150.hs:2:20: error: [GHC-69158] Conflicting exports for ‘id’: + ‘module M’ exports ‘M.id’ defined at mod150.hs:2:42 ‘module Prelude’ exports ‘Prelude.id’ imported from ‘Prelude’ (and originally defined in ‘GHC.Internal.Base’) - ‘module M’ exports ‘M.id’ defined at mod150.hs:2:42 ===================================== testsuite/tests/parser/should_compile/T7476/T7476.stdout ===================================== @@ -1 +1 @@ -import Control.Applicative ( (<**>) ) +import Control.Applicative ( Applicative(pure), (<**>) ) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ebf6de3e9023c90bbb6960c9d2b91703... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ebf6de3e9023c90bbb6960c9d2b91703... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Brandon Chinn (@brandonchinn178)