[commit: process] master: Add "deprecated in" comments to deprecated pragmas (eef4408)

Ian Lynagh igloo at earth.li
Tue Feb 19 22:07:22 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/eef4408b8e9efa786bd6f337509dc092a69215d6

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

commit eef4408b8e9efa786bd6f337509dc092a69215d6
Author: Ian Lynagh <ian at well-typed.com>
Date:   Tue Feb 19 15:22:24 2013 +0000

    Add "deprecated in" comments to deprecated pragmas

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

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

diff --git a/System/Cmd.hs b/System/Cmd.hs
index eca92ad..34c6bdc 100644
--- a/System/Cmd.hs
+++ b/System/Cmd.hs
@@ -21,7 +21,7 @@
 --
 -----------------------------------------------------------------------------
 
-module System.Cmd {-# DEPRECATED "Use System.Process instead" #-}
+module System.Cmd {-# DEPRECATED "Use System.Process instead" #-} -- deprecated in 7.8
     ( system,        -- :: String -> IO ExitCode
       rawSystem,     -- :: FilePath -> [String] -> IO ExitCode
     ) where





More information about the ghc-commits mailing list