[commit: packages/process] master: Tweak deprecation message so Haddock recognizes module name (0f1fe27)

git at git.haskell.org git at git.haskell.org
Tue Nov 12 22:54:54 UTC 2013


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0f1fe2714350b9c4c6f351fa7ab26edbbc3ec51d/process

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

commit 0f1fe2714350b9c4c6f351fa7ab26edbbc3ec51d
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Nov 11 23:18:59 2013 +0100

    Tweak deprecation message so Haddock recognizes module name
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

0f1fe2714350b9c4c6f351fa7ab26edbbc3ec51d
 System/Cmd.hs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System/Cmd.hs b/System/Cmd.hs
index 34c6bdc..a16a685 100644
--- a/System/Cmd.hs
+++ b/System/Cmd.hs
@@ -21,7 +21,7 @@
 --
 -----------------------------------------------------------------------------
 
-module System.Cmd {-# DEPRECATED "Use System.Process instead" #-} -- deprecated in 7.8
+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