From: simonmar Date: Mon, 11 Feb 2002 12:29:27 +0000 (+0000) Subject: [project @ 2002-02-11 12:29:13 by simonmar] X-Git-Tag: nhc98-1-18-release~1142 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8dc47e1c982ae32f799e55266203b260f77aef43;p=haskell-directory.git [project @ 2002-02-11 12:29:13 by simonmar] HsCore ==> HsBase --- 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