buildImportTrees is fully working

buildImportCommit not yet tested
This commit is contained in:
Joey Hess 2019-02-22 12:41:17 -04:00
parent 7af55de83c
commit bab6c570b0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 104 additions and 39 deletions

View file

@ -19,6 +19,9 @@ import Utility.FileSystemEncoding
- location on the remote. -}
type ImportLocation = ExportLocation
mkImportLocation :: FilePath -> ImportLocation
mkImportLocation = mkExportLocation
fromImportLocation :: ImportLocation -> FilePath
fromImportLocation = fromExportLocation