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

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