From 99e69a42d1afc02c381657e82547dfcc9f2a6ae2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 29 Jul 2014 16:22:19 -0400 Subject: lift types from IO to Annex Some remotes like External need to run store and retrieve actions in Annex, not IO. In order to do that lift, I had to dive pretty deep into the utilities, making Utility.Gpg and Utility.Tmp be partly converted to using MonadIO, and Control.Monad.Catch for exception handling. There should be no behavior changes in this commit. This commit was sponsored by Michael Barabanov. --- Utility/Process.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Utility/Process.hs') diff --git a/Utility/Process.hs b/Utility/Process.hs index 1f722af81..e25618eba 100644 --- a/Utility/Process.hs +++ b/Utility/Process.hs @@ -31,6 +31,7 @@ module Utility.Process ( stdinHandle, stdoutHandle, stderrHandle, + bothHandles, processHandle, devNull, ) where -- cgit v1.2.3