File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ withProcess :: (MonadUnliftIO m)
349349 -> (Process stdin stdout stderr -> m a )
350350 -> m a
351351withProcess = withProcessTerm
352- {-# DEPRECATED withProcess "Please consider using withProcessWait, or instead use withProcessTerm" #-}
352+ {-# DEPRECATED withProcess "Please consider using ` withProcessWait` , or instead use ` withProcessTerm` " #-}
353353
354354-- | Same as 'withProcessTerm', but also calls 'checkExitCode'
355355--
@@ -389,7 +389,7 @@ withProcess_ :: (MonadUnliftIO m)
389389 -> (Process stdin stdout stderr -> m a )
390390 -> m a
391391withProcess_ = withProcessTerm_
392- {-# DEPRECATED withProcess_ "Please consider using withProcessWait_, or instead use withProcessTerm_" #-}
392+ {-# DEPRECATED withProcess_ "Please consider using ` withProcessWait_` , or instead use ` withProcessTerm_` " #-}
393393
394394-- | Run a process, capture its standard output and error as a
395395-- 'L.ByteString', wait for it to complete, and then return its exit
You can’t perform that action at this time.
0 commit comments