From c51fa6c80358b9029c07ebe788df6b2262f5b745 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 Dec 2017 11:26:59 -0400 Subject: reorg --- Types/Transfer.hs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Types') diff --git a/Types/Transfer.hs b/Types/Transfer.hs index 1b54f8511..aa76bf7ec 100644 --- a/Types/Transfer.hs +++ b/Types/Transfer.hs @@ -13,6 +13,7 @@ import Types import Types.Remote (Verification(..)) import Utility.PID import Utility.QuickCheck +import Utility.Url import Data.Time.Clock.POSIX import Control.Concurrent @@ -91,3 +92,12 @@ instance Observable (Maybe a) where observeBool (Just _) = True observeBool Nothing = False observeFailure = Nothing + +class Transferrable t where + descTransfrerrable :: t -> Maybe String + +instance Transferrable AssociatedFile where + descTransfrerrable (AssociatedFile af) = af + +instance Transferrable URLString where + descTransfrerrable = Just -- cgit v1.2.3