summaryrefslogtreecommitdiff
path: root/docs/users_guide
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2021-01-24 15:29:37 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-04-01 00:39:28 -0400
commitbddecda1a4c96da21e3f5211743ce5e4c78793a2 (patch)
treedca8990476f2c803df91c164f8169d1a40d8123d /docs/users_guide
parent5192183f5f4df4e3c0b00346e633c5270ed16283 (diff)
downloadhaskell-bddecda1a4c96da21e3f5211743ce5e4c78793a2.tar.gz
Data.List specialization to []
- Remove GHC.OldList - Remove Data.OldList - compat-unqualified-imports is no-op - update haddock submodule
Diffstat (limited to 'docs/users_guide')
-rw-r--r--docs/users_guide/using-warnings.rst9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 4c1a01f6db..f34d4c7ca2 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -260,13 +260,8 @@ of ``-W(no-)*``.
:category:
Warns on qualified imports of core library modules which are subject to
- change in future GHC releases. Currently the following modules are covered
- by this warning:
-
- - ``Data.List`` due to the future addition of ``Data.List.singleton`` and
- specialisation of exports to the ``[]`` type. See the
- `mailing list <https://groups.google.com/forum/#!topic/haskell-core-libraries/q3zHLmzBa5E>`_
- for details.
+ change in future GHC releases. Currently there are no modules
+ covered by this warning.
This warning can be addressed by either adding an explicit import list or
using a ``qualified`` import.