summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/UnusedPackages.stderr
blob: 3182989e706d56d225c92bbd975878b159cec3f5 (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:
      - bytestring-0.11.2.0 (exposed by flag -package bytestring)
      - ghc-9.3 (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