[GHC] #8419: add rawSystem variant that takes an environment

GHC ghc-devs
Mon Oct 7 23:13:27 UTC 2013


#8419: add rawSystem variant that takes an environment
-------------------------------------+-------------------------------------
       Reporter:  dagit              |             Owner:
           Type:  feature request    |            Status:  new
       Priority:  normal             |         Milestone:
      Component:  libraries/process  |           Version:  7.6.3
       Keywords:                     |  Operating System:  Unknown/Multiple
   Architecture:  Unknown/Multiple   |   Type of failure:  None/Unknown
     Difficulty:  Unknown            |         Test Case:
     Blocked By:                     |          Blocking:
Related Tickets:                     |
-------------------------------------+-------------------------------------
 rawSystem properly handles the case of ^C while waiting. Instead of
 requiring people to recreate this behavior when using runProcess, it would
 be good if we add and export a rawSystemWithEnv or directly export
 syncProcess.

 See for example: https://github.com/haskell/cabal/issues/1448

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8419>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the ghc-tickets mailing list