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

@ -23,7 +23,7 @@ import Key
import Utility.InodeCache
import Git.Types (Ref(..))
import Types.UUID
import Types.Remote (ContentIdentifier(..))
import Types.Import
-- A serialized Key
newtype SKey = SKey String