summaryrefslogtreecommitdiff
path: root/Types.hs
blob: a0f120db0b7c171d54a31d9e5bedc68b69350d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{- git-annex abstract data types -}

module Types (
	Annex,
	AnnexState,
	Backend,
	Key,
	backendName,
	keyFrag
) where

import BackendTypes