From 11790df3e6b83e24417e6ad86f7b2307ae9fa2bb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Apr 2023 14:18:29 -0400 Subject: [PATCH] fix build --- Command/Inprogress.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Command/Inprogress.hs b/Command/Inprogress.hs index 6df55c6f03..b4050d207f 100644 --- a/Command/Inprogress.hs +++ b/Command/Inprogress.hs @@ -31,6 +31,7 @@ optParser desc = InprogressOptions seek :: InprogressOptions -> CommandSeek seek o = do + IsTerminal isterminal <- liftIO $ checkIsTerminal stdout ts <- map (transferKey . fst) <$> getTransfers case keyOptions o of Just WantAllKeys -> -- 2.30.2