summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Tennie <sven.tennie@gmail.com>2018-12-11 18:04:20 +0100
committerBen Gamari <ben@smart-cactus.org>2018-12-13 21:59:20 -0500
commit2634d840269c84c4f929af52f3b592ece64f3b86 (patch)
tree55a7ded35552b0f548da64373625b86a529d3f4d
parent80ccee2367952ca634adf58c42bca0b53cedd803 (diff)
downloadhaskell-2634d840269c84c4f929af52f3b592ece64f3b86.tar.gz
Fix broken link in comment (#16010)
-rw-r--r--libraries/base/Data/OldList.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/OldList.hs b/libraries/base/Data/OldList.hs
index 820313599a..80c6267faa 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