1{- Alternative git index files
2 -
3 - Copyright 2020 Joey Hess <id@joeyh.name>
4 -
5 - Licensed under the GNU AGPL version 3 or higher.
6 -}
7
8module Types.IndexFiles where
9
10data AltIndexFile = AnnexIndexFile | ViewIndexFile
11	deriving (Eq, Show)
12