File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Cabal/Distribution/Simple Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ checkPackageDbStackPre76 verbosity rest
423
423
| GlobalPackageDB `notElem` rest =
424
424
die' verbosity $ " With current ghc versions the global package db is always used "
425
425
++ " 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"
427
427
checkPackageDbStackPre76 verbosity _ =
428
428
die' verbosity $ " If the global package db is specified, it must be "
429
429
++ " specified first and cannot be specified multiple times"
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ checkPackageDbStack verbosity rest
222
222
| GlobalPackageDB `notElem` rest =
223
223
die' verbosity $ " With current ghc versions the global package db is always used "
224
224
++ " 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"
226
226
checkPackageDbStack verbosity _ =
227
227
die' verbosity $ " If the global package db is specified, it must be "
228
228
++ " specified first and cannot be specified multiple times"
You can’t perform that action at this time.
0 commit comments