summaryrefslogtreecommitdiff
path: root/Types/IndexFiles.hs
blob: c9f6f9c462652d8f2a089ef71d9746436306ff1f (plain)
1
2
3
4
5
6
7
8
9
10
11
{- Alternative git index files
 - 
 - Copyright 2020 Joey Hess <id@joeyh.name>
 -
 - Licensed under the GNU AGPL version 3 or higher.
 -}

module Types.IndexFiles where

data AltIndexFile = AnnexIndexFile | ViewIndexFile
	deriving (Eq, Show)