[commit: process] master: Deprecate System.Cmd (07d4f75)
Ian Lynagh
igloo at earth.li
Fri Feb 15 23:57:48 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/process
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/07d4f75c288da463d17d23dd152ab2bb5e2dcb84
>---------------------------------------------------------------
commit 07d4f75c288da463d17d23dd152ab2bb5e2dcb84
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Feb 15 21:04:31 2013 +0000
Deprecate System.Cmd
It's had a comment reminding us to do so since 2008.
>---------------------------------------------------------------
System/Cmd.hs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/System/Cmd.hs b/System/Cmd.hs
index 8be2ef3..eca92ad 100644
--- a/System/Cmd.hs
+++ b/System/Cmd.hs
@@ -21,8 +21,7 @@
--
-----------------------------------------------------------------------------
--- later: {-# DEPRECATED "Use System.Process instead" #-}
-module System.Cmd
+module System.Cmd {-# DEPRECATED "Use System.Process instead" #-}
( system, -- :: String -> IO ExitCode
rawSystem, -- :: FilePath -> [String] -> IO ExitCode
) where
More information about the ghc-commits
mailing list