summaryrefslogtreecommitdiff
path: root/Types/Availability.hs
blob: 3d3e6ac41607eed8b712290c620809b4bc833151 (plain)
1
2
3
4
5
6
7
8
9
10
11
{- git-annex remote availability
 -
 - Copyright 2014 Joey Hess <id@joeyh.name>
 -
 - Licensed under the GNU AGPL version 3 or higher.
 -}

module Types.Availability where

data Availability = GloballyAvailable | LocallyAvailable | Unavailable
	deriving (Eq, Show)