From: simonmar Date: Wed, 6 Feb 2002 10:14:26 +0000 (+0000) Subject: [project @ 2002-02-06 10:14:26 by simonmar] X-Git-Tag: nhc98-1-18-release~1152 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c9175eb2c1bae76993a7b553025977ab109a6842;p=ghc-base.git [project @ 2002-02-06 10:14:26 by simonmar] There's no need for this to be a .hsc file. I'm moving towards libraries/core being .hsc-free, so eventually this can be used for bootstrapping. --- diff --git a/System/Cmd.hsc b/System/Cmd.hs similarity index 95% rename from System/Cmd.hsc rename to System/Cmd.hs index 215e427..92ac6ed 100644 --- a/System/Cmd.hsc +++ b/System/Cmd.hs @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Cmd.hsc,v 1.2 2001/08/17 12:50:34 simonmar Exp $ +-- $Id: Cmd.hs,v 1.1 2002/02/06 10:14:26 simonmar Exp $ -- -- Executing a command. -- @@ -27,8 +27,6 @@ import Foreign.C import GHC.IOBase #endif -#include "HsCore.h" - -- --------------------------------------------------------------------------- -- system