[commit: ghc] master: Fix broken link in comment (#16010) (2634d84)

git at git.haskell.org git at git.haskell.org
Fri Dec 14 02:59:59 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2634d840269c84c4f929af52f3b592ece64f3b86/ghc

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

commit 2634d840269c84c4f929af52f3b592ece64f3b86
Author: Sven Tennie <sven.tennie at gmail.com>
Date:   Tue Dec 11 18:04:20 2018 +0100

    Fix broken link in comment (#16010)


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

2634d840269c84c4f929af52f3b592ece64f3b86
 libraries/base/Data/OldList.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/Data/OldList.hs b/libraries/base/Data/OldList.hs
index 8203135..80c6267 100644
--- a/libraries/base/Data/OldList.hs
+++ b/libraries/base/Data/OldList.hs
@@ -221,7 +221,7 @@ import GHC.Real
 import GHC.List
 import GHC.Base
 
-infix 5 \\ -- comment to fool cpp: https://www.haskell.org/ghc/docs/latest/html/users_guide/options-phases.html#cpp-string-gaps
+infix 5 \\ -- comment to fool cpp: https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/phases.html#cpp-and-string-gaps
 
 -- -----------------------------------------------------------------------------
 -- List functions



More information about the ghc-commits mailing list