summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/UnusedPackages.stderr
blob: 11f87e6de4857663a729d3a692dab83c793a4192 (plain)
1
2
3
4
5
6
7
8
9

<no location info>: warning: [-Wunused-packages]
    The following packages were specified via -package or -package-id flags,
    but were not needed for compilation:
      - ghc
      - process
      - bytestring
[1 of 2] Compiling Main             ( UnusedPackages.hs, UnusedPackages.o )
[2 of 2] Linking UnusedPackages