[commit: haskell98] master: Stop using the deprecated System.Cmd (1fed87b)

Ian Lynagh igloo at earth.li
Fri Feb 15 23:57:08 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskell98

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/1fed87b8540a561c14bfbb675b87f84fa63f14c6

>---------------------------------------------------------------

commit 1fed87b8540a561c14bfbb675b87f84fa63f14c6
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Feb 15 21:52:01 2013 +0000

    Stop using the deprecated System.Cmd

>---------------------------------------------------------------

 System.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System.hs b/System.hs
index 896ce54..e30b1e4 100644
--- a/System.hs
+++ b/System.hs
@@ -9,4 +9,4 @@ module System (
 
 import System.Exit
 import System.Environment
-import System.Cmd
+import System.Process





More information about the ghc-commits mailing list