summaryrefslogtreecommitdiff
path: root/Types/URLClaim.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/URLClaim.hs')
-rw-r--r--Types/URLClaim.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Types/URLClaim.hs b/Types/URLClaim.hs
new file mode 100644
index 000000000..f14333111
--- /dev/null
+++ b/Types/URLClaim.hs
@@ -0,0 +1,11 @@
+{- git-annex url claiming
+ -
+ - Copyright 2014 Joey Hess <joey@kitenet.net>
+ -
+ - Licensed under the GNU GPL version 3 or higher.
+ -}
+
+module Types.URLClaim where
+
+data URLClaim = URLClaimed | URLClaimedAs FilePath
+ deriving (Eq)