[project @ 2002-02-11 12:29:13 by simonmar]
authorsimonmar <unknown>
Mon, 11 Feb 2002 12:29:27 +0000 (12:29 +0000)
committersimonmar <unknown>
Mon, 11 Feb 2002 12:29:27 +0000 (12:29 +0000)
HsCore ==> HsBase

System/CPUTime.hsc
System/Time.hsc

index de4186a..a227b24 100644 (file)
@@ -8,7 +8,7 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- $Id: CPUTime.hsc,v 1.5 2001/12/21 15:07:26 simonmar Exp $
+-- $Id: CPUTime.hsc,v 1.6 2002/02/11 12:29:13 simonmar Exp $
 --
 -- The standard CPUTime library.
 --
@@ -27,7 +27,7 @@ import Foreign.C
 
 import Data.Ratio
 
-#include "HsCore.h"
+#include "HsBase.h"
 
 -- -----------------------------------------------------------------------------
 -- Computation `getCPUTime' returns the number of picoseconds CPU time
index 326d4f7..cd26453 100644 (file)
@@ -8,7 +8,7 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- $Id: Time.hsc,v 1.7 2002/02/05 17:32:27 simonmar Exp $
+-- $Id: Time.hsc,v 1.8 2002/02/11 12:29:27 simonmar Exp $
 --
 -- The standard Time library.
 --
@@ -98,7 +98,7 @@ module System.Time
 
      ) where
 
-#include "HsCore.h"
+#include "HsBase.h"
 
 import Prelude