From d73a7c9926c9219a098454a4ccbe22aa7ffe04b6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Nov 2013 02:41:51 -0400 Subject: squash warning --- Utility/Process.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility/Process.hs') diff --git a/Utility/Process.hs b/Utility/Process.hs index e1ef7bd6a..fe8c6c479 100644 --- a/Utility/Process.hs +++ b/Utility/Process.hs @@ -228,7 +228,7 @@ processTranscript cmd opts input = do s <- hGetContents h v <- newEmptyMVar void $ forkIO $ do - E.evaluate (length s) + void $ E.evaluate (length s) putMVar v () return $ do takeMVar v -- cgit v1.2.3