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

module Types (
	Annex,
	AnnexState,
	Backend,
	Key,
	genKey,
	backendName,
	FlagName,
	Flag(..)
) where

import TypeInternals