factor out Creds

This commit is contained in:
Joey Hess 2012-11-14 19:32:27 -04:00
parent c223e88d33
commit e250f6f11f
5 changed files with 157 additions and 107 deletions

View file

@ -16,7 +16,8 @@ import qualified Git
import Types.Key
import Types.UUID
type RemoteConfig = M.Map String String
type RemoteConfigKey = String
type RemoteConfig = M.Map RemoteConfigKey String
{- There are different types of remotes. -}
data RemoteTypeA a = RemoteType {