X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FDirectory.hs;h=295d3a50aa01a7b2daff1b25954cb4e7b89cbf45;hb=819adca5f17b40ee129e4a30edf685f817febbf9;hp=a7839ea6b82d24093475d32767e7d2bbddf14fe3;hpb=0425e42d530ad34fbef2529a20ba326dbd4109b7;p=ghc-base.git diff --git a/System/Directory.hs b/System/Directory.hs index a7839ea..295d3a5 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -519,7 +519,7 @@ copyFile fromFPath toFPath = -- canonicalized path, with the intent that two paths referring -- to the same file\/directory will map to the same canonicalized -- path. Note that it is impossible to guarantee that the --- implication (same file\/dir <=> same canonicalizedPath) holds +-- implication (same file\/dir \<=\> same canonicalizedPath) holds -- in either direction: this function can make only a best-effort -- attempt. canonicalizePath :: FilePath -> IO FilePath