initial export support for directory special remote

This does not guard against race condition yet, it's only for testing
purposes.
This commit is contained in:
Joey Hess 2019-02-27 13:42:34 -04:00
parent 45aacd888b
commit e2e57f8556
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 34 additions and 2 deletions

View file

@ -22,6 +22,7 @@ module Types.Remote
, isExportSupported
, ExportActions(..)
, ImportActions(..)
, ByteSize
)
where