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

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

import BackendTypes