coquina-0.2.0.0: Yet another shell monad.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Coquina.Internal

Synopsis

Documentation

The code below is taken from System.Process which unfortunately does not export these functions

withForkWait :: IO () -> (IO () -> IO a) -> IO a Source #

From System.Process

ignoreSigPipe :: IO () -> IO () Source #

From System.Process