Skip to content
  • byorgey's avatar
    Compat version of readProcessWithExitCode · e2c7ce0f
    byorgey authored
    * Add a new module, Distribution.Client.Compat.Process, with a
      function readProcessWithExitCode.  Unlike the one from
      System.Process it always catches "does not exist" errors and turns
      them into ExitFailures.
    
    * Change all calls to readProcessWithExitCode to use the new version.
    
    * Fixes #1613.
    e2c7ce0f