[commit: packages/containers] changelog-foldtree, cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394: repair broken URL in IntMap documentation (625f94f)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:39:06 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: changelog-foldtree,cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-184-generic,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/625f94f851633c620122350e902e9370aa1da3de

>---------------------------------------------------------------

commit 625f94f851633c620122350e902e9370aa1da3de
Author: Johannes Waldmann <@>
Date:   Wed Feb 10 16:38:49 2016 +0100

    repair broken URL in IntMap documentation


>---------------------------------------------------------------

625f94f851633c620122350e902e9370aa1da3de
 Data/IntMap.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Data/IntMap.hs b/Data/IntMap.hs
index 5a704da..7867e67 100644
--- a/Data/IntMap.hs
+++ b/Data/IntMap.hs
@@ -39,7 +39,7 @@
 --
 --    * Chris Okasaki and Andy Gill,  \"/Fast Mergeable Integer Maps/\",
 --      Workshop on ML, September 1998, pages 77-86,
---      <http://citeseer.ist.psu.edu/okasaki98fast.html>
+--      <http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.37.5452>
 --
 --    * D.R. Morrison, \"/PATRICIA -- Practical Algorithm To Retrieve
 --      Information Coded In Alphanumeric/\", Journal of the ACM, 15(4),



More information about the ghc-commits mailing list