diff options
author | Sven Tennie <sven.tennie@gmail.com> | 2018-12-11 18:04:20 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-13 21:59:20 -0500 |
commit | 2634d840269c84c4f929af52f3b592ece64f3b86 (patch) | |
tree | 55a7ded35552b0f548da64373625b86a529d3f4d /libraries | |
parent | 80ccee2367952ca634adf58c42bca0b53cedd803 (diff) | |
download | haskell-2634d840269c84c4f929af52f3b592ece64f3b86.tar.gz |
Fix broken link in comment (#16010)
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/Data/OldList.hs | 2 |
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 |