canonicalizePath should also do System.FilePath.normalise
authorSimon Marlow <simonmar@microsoft.com>
Tue, 22 Jan 2008 16:59:14 +0000 (16:59 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 22 Jan 2008 16:59:14 +0000 (16:59 +0000)
commitb66b3290e33b761f0c4bc6efebd980df65fca037
tree4e29b53c11762ae86c021fb3681e7932aa8d5143
parente5bc07906c3690afa056029f94e6aae5ef4dbaa6
canonicalizePath should also do System.FilePath.normalise
The example I've found where this is necessary is on Windows:
canonicalizePath on its own doesn't upper-case the drive letter, but
normalise does.
System/Directory.hs