[commit: ghc] ghc-7.10: base: fix broken link (#10088) (2f2b5c8)

git at git.haskell.org git at git.haskell.org
Mon Feb 23 11:31:30 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/2f2b5c8b10c86c6b1495eebf229de2c18ca95f85/ghc

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

commit 2f2b5c8b10c86c6b1495eebf229de2c18ca95f85
Author: Austin Seipp <austin at well-typed.com>
Date:   Mon Feb 23 05:32:56 2015 -0600

    base: fix broken link (#10088)
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>
    (cherry picked from commit 266fa701286e1cda406e3fbae368aa9666a18980)


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

2f2b5c8b10c86c6b1495eebf229de2c18ca95f85
 libraries/base/Data/Ix.hs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libraries/base/Data/Ix.hs b/libraries/base/Data/Ix.hs
index e7e1f34..0171431 100644
--- a/libraries/base/Data/Ix.hs
+++ b/libraries/base/Data/Ix.hs
@@ -56,8 +56,8 @@ module Data.Ix
     -- >        inRange (Yellow,Blue) Red    ==  False
     -- 
     -- * For single-constructor datatypes, the derived instance declarations
-    -- are as shown for tuples in Figure 1
-    -- <http://www.haskell.org/onlinelibrary/ix.html#prelude-index>.
+    -- are as shown for tuples in chapter 19, section 2 of the Haskell 2010 report:
+    -- <https://www.haskell.org/onlinereport/haskell2010/haskellch19.html>.
 
     ) where
 



More information about the ghc-commits mailing list