From 8dc47e1c982ae32f799e55266203b260f77aef43 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 11 Feb 2002 12:29:27 +0000 Subject: [PATCH] [project @ 2002-02-11 12:29:13 by simonmar] HsCore ==> HsBase --- System/CPUTime.hsc | 4 ++-- System/Time.hsc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/System/CPUTime.hsc b/System/CPUTime.hsc index de4186a..a227b24 100644 --- a/System/CPUTime.hsc +++ b/System/CPUTime.hsc @@ -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 diff --git a/System/Time.hsc b/System/Time.hsc index 326d4f7..cd26453 100644 --- a/System/Time.hsc +++ b/System/Time.hsc @@ -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 -- 1.7.10.4