Fix deprecation warning when deprecated identifier is from another module
A stray 'Just' was being printed in the deprecation message. Fixes #23573
Showing
- compiler/GHC/Tc/Errors/Ppr.hs 5 additions, 2 deletionscompiler/GHC/Tc/Errors/Ppr.hs
- testsuite/tests/warnings/should_compile/T23573.hs 5 additions, 0 deletionstestsuite/tests/warnings/should_compile/T23573.hs
- testsuite/tests/warnings/should_compile/T23573.stderr 5 additions, 0 deletionstestsuite/tests/warnings/should_compile/T23573.stderr
- testsuite/tests/warnings/should_compile/T23573A.hs 5 additions, 0 deletionstestsuite/tests/warnings/should_compile/T23573A.hs
- testsuite/tests/warnings/should_compile/T23573B.hs 4 additions, 0 deletionstestsuite/tests/warnings/should_compile/T23573B.hs
- testsuite/tests/warnings/should_compile/all.T 1 addition, 0 deletionstestsuite/tests/warnings/should_compile/all.T
Loading
Please register or sign in to comment