[commit: ghc] master: Remove broken citeseer citation links (f089c32)
git at git.haskell.org
git at git.haskell.org
Fri Sep 1 16:58:37 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f089c32693ffbd83662102c0a0e299426caef05c/ghc
>---------------------------------------------------------------
commit f089c32693ffbd83662102c0a0e299426caef05c
Author: Chris Martin <ch.martin at gmail.com>
Date: Tue Aug 29 17:32:17 2017 -0400
Remove broken citeseer citation links
>---------------------------------------------------------------
f089c32693ffbd83662102c0a0e299426caef05c
docs/users_guide/bugs.rst | 2 +-
docs/users_guide/glasgow_exts.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/bugs.rst b/docs/users_guide/bugs.rst
index f139db1..7d41d87 100644
--- a/docs/users_guide/bugs.rst
+++ b/docs/users_guide/bugs.rst
@@ -143,7 +143,7 @@ group is generalised (`Haskell Report, Section
4.5.2 <http://www.haskell.org/onlinereport/decls.html#sect4.5.2>`__).
Following a suggestion of Mark Jones, in his paper `Typing Haskell in
-Haskell <http://citeseer.ist.psu.edu/424440.html>`__, GHC implements a
+Haskell <https://web.cecs.pdx.edu/~mpj/thih/>`__, GHC implements a
more general scheme. In GHC *the dependency analysis ignores references to
variables that have an explicit type signature*. As a result of this refined
dependency analysis, the dependency groups are smaller, and more bindings will
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 672670e..59d5934 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -5730,7 +5730,7 @@ More documentation can be found in the `Haskell Wiki
.. [Jones2000]
"`Type Classes with Functional
- Dependencies <http://citeseer.ist.psu.edu/jones00type.html>`__",
+ Dependencies <https://web.cecs.pdx.edu/~mpj/pubs/fundeps.html>`__",
Mark P. Jones, In *Proceedings of the 9th European Symposium on Programming*,
ESOP 2000, Berlin, Germany, March 2000, Springer-Verlag LNCS 1782, .
More information about the ghc-commits
mailing list