Skip to content

Commit b57fa37

Browse files
authored
Merge pull request #5685 from fangyi-zhou/fix-documentation-link
Fix some broken links (Trac #15733) [ci skip]
2 parents 7d8a9ab + 52c86bd commit b57fa37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cabal/Distribution/Simple/GHC.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ checkPackageDbStackPre76 verbosity rest
423423
| GlobalPackageDB `notElem` rest =
424424
die' verbosity $ "With current ghc versions the global package db is always used "
425425
++ "and must be listed first. This ghc limitation is lifted in GHC 7.6,"
426-
++ "see http://hackage.haskell.org/trac/ghc/ticket/5977"
426+
++ "see http://ghc.haskell.org/trac/ghc/ticket/5977"
427427
checkPackageDbStackPre76 verbosity _ =
428428
die' verbosity $ "If the global package db is specified, it must be "
429429
++ "specified first and cannot be specified multiple times"

Cabal/Distribution/Simple/GHCJS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ checkPackageDbStack verbosity rest
222222
| GlobalPackageDB `notElem` rest =
223223
die' verbosity $ "With current ghc versions the global package db is always used "
224224
++ "and must be listed first. This ghc limitation may be lifted in "
225-
++ "future, see http://hackage.haskell.org/trac/ghc/ticket/5977"
225+
++ "future, see http://ghc.haskell.org/trac/ghc/ticket/5977"
226226
checkPackageDbStack verbosity _ =
227227
die' verbosity $ "If the global package db is specified, it must be "
228228
++ "specified first and cannot be specified multiple times"

0 commit comments

Comments
 (0)