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

module Types.Availability where

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