diff options
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r-- | docs/users_guide/using-warnings.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index ca1945c743..990d478af6 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -239,8 +239,7 @@ of ``-W(no-)*``. - ``Data.List`` due to the future addition of ``Data.List.singleton`` and specialisation of exports to the ``[]`` type. See the - :ref:`mailing list - <https://groups.google.com/forum/#!topic/haskell-core-libraries/q3zHLmzBa5E>` + `mailing list <https://groups.google.com/forum/#!topic/haskell-core-libraries/q3zHLmzBa5E>`_ for details. This warning can be addressed by either adding an explicit import list or |