summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/DeprU.stderr
blob: 158f25228fe895275a591550fd51eb817e1c6431 (plain)
1
2
3
4
5
6
7
8
9
10
[1 of 2] Compiling DeprM            ( DeprM.hs, DeprM.o )
[2 of 2] Compiling A                ( DeprU.hs, DeprU.o )

DeprU.hs:3:1: warning: [-Wdeprecations (in -Wdefault)]
    Module ‘DeprM’ is deprecated:
      Here can be your menacing deprecation warning!

DeprU.hs:6:5: warning: [-Wdeprecations (in -Wdefault)]
    In the use of ‘f’ (imported from DeprM):
    Deprecated: "Here can be your menacing deprecation warning!"