aboutsummaryrefslogtreecommitdiff
path: root/Types.hs
blob: 2284d92674b9e74bedc7390412fec62bdcbcbe9d (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 TypeInternals