[project @ 2002-02-06 10:14:26 by simonmar]
authorsimonmar <unknown>
Wed, 6 Feb 2002 10:14:26 +0000 (10:14 +0000)
committersimonmar <unknown>
Wed, 6 Feb 2002 10:14:26 +0000 (10:14 +0000)
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.hs [moved from System/Cmd.hsc with 95% similarity]

similarity index 95%
rename from System/Cmd.hsc
rename to System/Cmd.hs
index 215e427..92ac6ed 100644 (file)
@@ -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