[commit: hsc2hs] master: Stop using the deprecated System.Cmd (e6039cb)
Ian Lynagh
igloo at earth.li
Fri Feb 15 23:56:19 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e6039cb9ee40c953a7d5bf26a8ee0e1da4a2dbb0
>---------------------------------------------------------------
commit e6039cb9ee40c953a7d5bf26a8ee0e1da4a2dbb0
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Feb 15 21:51:52 2013 +0000
Stop using the deprecated System.Cmd
>---------------------------------------------------------------
Common.hs | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/Common.hs b/Common.hs
index 120f744..7b33093 100644
--- a/Common.hs
+++ b/Common.hs
@@ -6,9 +6,7 @@ import qualified Control.Exception as Exception
import Control.Monad ( when )
import System.IO
-import System.Process ( runProcess, waitForProcess )
-
-import System.Cmd ( rawSystem )
+import System.Process ( rawSystem, runProcess, waitForProcess )
import System.Exit ( ExitCode(..), exitWith )
import System.Directory ( removeFile )
More information about the ghc-commits
mailing list