aboutsummaryrefslogtreecommitdiff
path: root/Types/Availability.hs
blob: 6956537d275723e2e8e8f260e818adc153c75090 (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 GPL version 3 or higher.
 -}

module Types.Availability where

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