X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FFinder.lhs;h=4e4844d46005fa41ddf1c526d0498bceb78be1b9;hp=70aa69cd2e15d42afe5fb53f2592da964d86a08e;hb=50027272414438955dbc41696541cbd25da55883;hpb=4f4e61a3e5c29075acc8d5128fd93e81b4116550 diff --git a/ghc/compiler/main/Finder.lhs b/ghc/compiler/main/Finder.lhs index 70aa69c..4e4844d 100644 --- a/ghc/compiler/main/Finder.lhs +++ b/ghc/compiler/main/Finder.lhs @@ -30,7 +30,7 @@ import Directory import List import IO import Monad -import Outputable ( showSDoc, ppr ) -- debugging only +import Outputable \end{code} The Finder provides a thin filesystem abstraction to the rest of the @@ -211,5 +211,5 @@ getDirectoryContents' d ("WARNING: error while reading directory " ++ d) return [] ) - + \end{code}