[commit: ghc] ghc-7.8: One _more_ documentation note. (96b7ff1)
git at git.haskell.org
git at git.haskell.org
Fri Dec 19 15:46:49 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/96b7ff1c9f02d805f754da02ccf6a9f0ff3b92c5/ghc
>---------------------------------------------------------------
commit 96b7ff1c9f02d805f754da02ccf6a9f0ff3b92c5
Author: Austin Seipp <austin at well-typed.com>
Date: Fri Dec 19 09:47:54 2014 -0600
One _more_ documentation note.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
96b7ff1c9f02d805f754da02ccf6a9f0ff3b92c5
docs/users_guide/7.8.4-notes.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/users_guide/7.8.4-notes.xml b/docs/users_guide/7.8.4-notes.xml
index 376f795..7aab9a5 100644
--- a/docs/users_guide/7.8.4-notes.xml
+++ b/docs/users_guide/7.8.4-notes.xml
@@ -146,6 +146,13 @@
has been fixed (#9563).
</para>
</listitem>
+ <listitem>
+ <para>
+ A bug that caused type inference to infer the incorrect
+ type in the presence of certain type families and
+ constraints has been fixed (issue #9316).
+ </para>
+ </listitem>
</itemizedlist>
</sect2>
</sect1>
More information about the ghc-commits
mailing list