split out Types.Import and some changes to the types in it

This commit is contained in:
Joey Hess 2019-02-21 13:38:27 -04:00
parent 936aee6a60
commit fd304dce60
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
6 changed files with 50 additions and 24 deletions

View file

@ -52,7 +52,7 @@ instance HasImportUnsupported (RemoteConfig -> RemoteGitConfig -> Annex Bool) wh
instance HasImportUnsupported (ImportActions Annex) where
importUnsupported = ImportActions
{ listContents = return Nothing
{ listImportableContents = return Nothing
, retrieveExportWithContentIdentifier = \_ _ _ _ -> return Nothing
, storeExportWithContentIdentifier = \_ _ _ _ _ -> return Nothing
}