summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/DeprU.stderr
blob: f184ef6262a699ceef03559cbc4b5b89e5c019fd (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: [GHC-68441] [-Wdeprecations (in -Wdefault)]
    In the use of ‘f’ (imported from DeprM):
    Deprecated: "Here can be your menacing deprecation warning!"