diff options
author | Yuras Shumovich <shumovichy@gmail.com> | 2019-01-20 19:49:56 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-06-07 18:46:29 -0400 |
commit | fdbf429d575a581e38fdf9e72a4f0e0928f36f57 (patch) | |
tree | a808b8473b6cdc6ddb09e0d9362f4aed0c4829e1 /docs/users_guide/8.8.1-notes.rst | |
parent | 1afb499583f741a95cceb3207c5455c8ec6f5b87 (diff) | |
download | haskell-wip/D5285.tar.gz |
Warn about unused packageswip/D5285
Reviewers: bgamari, simonpj
Reviewed By: simonpj
Subscribers: hvr, simonpj, mpickering, rwbarton, carter
GHC Trac Issues: #15838
Differential Revision: https://phabricator.haskell.org/D5285
Diffstat (limited to 'docs/users_guide/8.8.1-notes.rst')
-rw-r--r-- | docs/users_guide/8.8.1-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst index a781ec4181..972e4c0446 100644 --- a/docs/users_guide/8.8.1-notes.rst +++ b/docs/users_guide/8.8.1-notes.rst @@ -102,6 +102,8 @@ Compiler - The :ghc-flag:`-Wcompat` warning group now includes :ghc-flag:`-Wstar-is-type`. +- New :ghc-flag:`-Wunused-packages` warning reports unused packages. + - The :ghc-flag:`-fllvm-pass-vectors-in-regs` flag is now deprecated as vector arguments are now passed in registers by default. |