typelead / eta-hackage

A set of patches to make Hackage compatible with the Eta language.
64 stars 31 forks source link

Fix System.Directory.canonicalizePath method in directory patches #45

Closed gwils closed 6 years ago

gwils commented 7 years ago

System.Directory.canonicalizePath has a local helper function called transform, which we patch to be undefined with a TODO comment. As the comment says, we should implement it.