Skip to content

Commit

Permalink
Merge pull request haskell#5685 from fangyi-zhou/fix-documentation-link
Browse files Browse the repository at this point in the history
Fix some broken links (Trac #15733) [ci skip]
  • Loading branch information
23Skidoo authored Nov 13, 2018
2 parents 7d8a9ab + 52c86bd commit b57fa37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cabal/Distribution/Simple/GHC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ checkPackageDbStackPre76 verbosity rest
| GlobalPackageDB `notElem` rest =
die' verbosity $ "With current ghc versions the global package db is always used "
++ "and must be listed first. This ghc limitation is lifted in GHC 7.6,"
++ "see http://hackage.haskell.org/trac/ghc/ticket/5977"
++ "see http://ghc.haskell.org/trac/ghc/ticket/5977"
checkPackageDbStackPre76 verbosity _ =
die' verbosity $ "If the global package db is specified, it must be "
++ "specified first and cannot be specified multiple times"
Expand Down
2 changes: 1 addition & 1 deletion Cabal/Distribution/Simple/GHCJS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ checkPackageDbStack verbosity rest
| GlobalPackageDB `notElem` rest =
die' verbosity $ "With current ghc versions the global package db is always used "
++ "and must be listed first. This ghc limitation may be lifted in "
++ "future, see http://hackage.haskell.org/trac/ghc/ticket/5977"
++ "future, see http://ghc.haskell.org/trac/ghc/ticket/5977"
checkPackageDbStack verbosity _ =
die' verbosity $ "If the global package db is specified, it must be "
++ "specified first and cannot be specified multiple times"
Expand Down

0 comments on commit b57fa37

Please sign in to comment.