summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/DeprU.stderr
blob: 9de0ab31ff21b98c4e179b8e6b1400778b225b83 (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: [GHC-15328] [-Wdeprecations (in -Wextended-warnings)]
    Module ‘DeprM’ is deprecated:
      "Here can be your menacing deprecation warning!"

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