diff options
Diffstat (limited to 'compiler/rename/RnNames.lhs')
-rw-r--r-- | compiler/rename/RnNames.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnNames.lhs b/compiler/rename/RnNames.lhs index d8c92eb16b..a2eec0d2e9 100644 --- a/compiler/rename/RnNames.lhs +++ b/compiler/rename/RnNames.lhs @@ -1283,7 +1283,7 @@ reportUnusedNames _export_decls gbl_env This code finds which import declarations are unused. The specification and implementation notes are here: - http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/UnusedImports + http://ghc.haskell.org/trac/ghc/wiki/Commentary/Compiler/UnusedImports \begin{code} type ImportDeclUsage |