X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FCmd.hs;h=6a47db05541b9addfc9178db190161e274aebf64;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=7f7ca2094b98b20c063c45039fdb6a734fda0a7e;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/System/Cmd.hs b/System/Cmd.hs index 7f7ca20..6a47db0 100644 --- a/System/Cmd.hs +++ b/System/Cmd.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Cmd -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Cmd.hs,v 1.2 2002/04/24 16:09:12 simonmar Exp $ +-- $Id: Cmd.hs,v 1.3 2002/04/24 16:31:45 simonmar Exp $ -- -- Executing a command. --