Create HPath.IO module, adding canonicalizePath again

This commit is contained in:
2016-05-09 14:40:30 +02:00
parent 4ce35b9bec
commit 6638cd8cc1
2 changed files with 29 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ library
ghc-options: -Wall -O2
c-sources: cbits/dirutils.c
exposed-modules: HPath,
HPath.IO,
HPath.Internal,
System.Posix.Directory.Foreign,
System.Posix.Directory.Traversals,