diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-10-21 19:30:56 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-23 05:59:06 -0400 |
commit | 4af20bbc07626815eb0ec04fe665a32bb1827480 (patch) | |
tree | 694235ca2dc5ab79c2e9ea71de5761025038749f /docs | |
parent | 8dd480cc99d39120026f6595b4870976bc95e54e (diff) | |
download | haskell-4af20bbc07626815eb0ec04fe665a32bb1827480.tar.gz |
users-guide: Fix :since: for -Wunused-packages
Fixes #17382.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 30c86596d1..cdc911befd 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -1719,7 +1719,7 @@ of ``-W(no-)*``. :reverse: -Wno-unused-packages :category: - :since: 8.8 + :since: 8.10 The option :ghc-flag:`-Wunused-packages` warns about packages, specified on command line via :ghc-flag:`-package ⟨pkg⟩` or |