From c9175eb2c1bae76993a7b553025977ab109a6842 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 6 Feb 2002 10:14:26 +0000 Subject: [PATCH] [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. --- System/{Cmd.hsc => Cmd.hs} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename System/{Cmd.hsc => Cmd.hs} (95%) 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 -- 1.7.10.4