Skip to content

Commit

Permalink
[project @ 2005-10-31 11:56:15 by simonpj]
Browse files Browse the repository at this point in the history
import M() suggestion added to warnings
  • Loading branch information
simonpj committed Oct 31, 2005
1 parent 139a00c commit a41de82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/ghc-regress/rename/should_compile/rn037.stderr-ghc
@@ -1,4 +1,5 @@

rn037.hs:3:0:
Warning: Module `Time' is imported, but nothing from it is used
(except perhaps instances visible in `Time')
Warning: Module `Time' is imported, but nothing from it is used,
except perhaps instances visible in `Time'
To suppress this warning, use: import Time()
5 changes: 3 additions & 2 deletions tests/ghc-regress/rename/should_compile/rn046.stderr-ghc
@@ -1,6 +1,7 @@

rn046.hs:2:0:
Warning: Module `List' is imported, but nothing from it is used
(except perhaps instances visible in `List')
Warning: Module `List' is imported, but nothing from it is used,
except perhaps instances visible in `List'
To suppress this warning, use: import List()

rn046.hs:3:13: Warning: Imported from `Char' but not used: `ord'

0 comments on commit a41de82

Please sign in to comment.