[commit: ghc] master: Release Notes: Mention out-of-scope error message improvements (a586622)
git at git.haskell.org
git at git.haskell.org
Thu Nov 19 11:29:10 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a586622c5386610e8ceffca7ef1efdf33d753587/ghc
>---------------------------------------------------------------
commit a586622c5386610e8ceffca7ef1efdf33d753587
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu Nov 19 00:05:50 2015 +0100
Release Notes: Mention out-of-scope error message improvements
Summary: as implemented for #11071.
Differential Revision: https://phabricator.haskell.org/D1498
>---------------------------------------------------------------
a586622c5386610e8ceffca7ef1efdf33d753587
docs/users_guide/7.12.1-notes.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/users_guide/7.12.1-notes.rst b/docs/users_guide/7.12.1-notes.rst
index 60f160c..6364219 100644
--- a/docs/users_guide/7.12.1-notes.rst
+++ b/docs/users_guide/7.12.1-notes.rst
@@ -115,6 +115,9 @@ Compiler
is intended to alert users to cases where they apply ``INLINEABLE`` but
may not get the speed-up they expect.
+- When printing an out-of-scope error message, GHC will give helpful advice if
+ the error might be caused by too restrictive imports.
+
GHCi
~~~~
More information about the ghc-commits
mailing list