[project @ 2001-06-22 12:36:33 by rrt]
authorrrt <unknown>
Fri, 22 Jun 2001 12:36:34 +0000 (12:36 +0000)
committerrrt <unknown>
Fri, 22 Jun 2001 12:36:34 +0000 (12:36 +0000)
Fix paths to HsStd.h.

ghc/lib/std/CPUTime.hsc
ghc/lib/std/PrelHandle.hsc
ghc/lib/std/PrelIO.hsc
ghc/lib/std/PrelPosix.hsc
ghc/lib/std/Time.hsc

index 7122d67..f5a2859 100644 (file)
@@ -1,5 +1,5 @@
 -- -----------------------------------------------------------------------------
--- $Id: CPUTime.hsc,v 1.5 2001/05/29 11:38:14 rrt Exp $
+-- $Id: CPUTime.hsc,v 1.6 2001/06/22 12:36:33 rrt Exp $
 --
 -- (c) The University of Glasgow, 1995-2001
 --
@@ -23,7 +23,7 @@ import PrelArrExtra     ( unsafeFreezeByteArray )
 import PrelIOBase      ( IOException(..) )
 import Ratio
 
-#include "HsStd.h"
+#include "cbits/HsStd.h"
 
 -- -----------------------------------------------------------------------------
 -- Computation `getCPUTime' returns the number of picoseconds CPU time
index d9294f9..9c72ab2 100644 (file)
@@ -4,7 +4,7 @@
 #undef DEBUG
 
 -- -----------------------------------------------------------------------------
--- $Id: PrelHandle.hsc,v 1.9 2001/06/07 10:44:47 sewardj Exp $
+-- $Id: PrelHandle.hsc,v 1.10 2001/06/22 12:36:33 rrt Exp $
 --
 -- (c) The University of Glasgow, 1994-2001
 --
@@ -38,7 +38,7 @@ module PrelHandle (
 
  ) where
 
-#include "HsStd.h"
+#include "cbits/HsStd.h"
 
 import Monad
 
index 0b7ac8c..a8573ba 100644 (file)
@@ -3,7 +3,7 @@
 #undef DEBUG_DUMP
 
 -- -----------------------------------------------------------------------------
--- $Id: PrelIO.hsc,v 1.4 2001/05/24 10:41:13 simonmar Exp $
+-- $Id: PrelIO.hsc,v 1.5 2001/06/22 12:36:33 rrt Exp $
 --
 -- (c) The University of Glasgow, 1992-2001
 --
@@ -16,7 +16,7 @@
 
 module PrelIO where
 
-#include "HsStd.h"
+#include "cbits/HsStd.h"
 #include "PrelHandle_hsc.h"
 
 import PrelBase
index 665e17e..5dc6242 100644 (file)
@@ -1,7 +1,7 @@
 {-# OPTIONS -fno-implicit-prelude -optc-DNON_POSIX_SOURCE #-}
 
 -- ---------------------------------------------------------------------------
--- $Id: PrelPosix.hsc,v 1.6 2001/06/05 16:21:25 sewardj Exp $
+-- $Id: PrelPosix.hsc,v 1.7 2001/06/22 12:36:34 rrt Exp $
 --
 -- POSIX support layer for the standard libraries
 --
@@ -10,7 +10,7 @@
 
 module PrelPosix where
 
-#include "HsStd.h"
+#include "cbits/HsStd.h"
 
 import PrelBase
 import PrelNum
index 597f1b1..3b9c62c 100644 (file)
@@ -3,7 +3,7 @@
 -- to compile on sparc-solaris.  Blargh.
 
 -- -----------------------------------------------------------------------------
--- $Id: Time.hsc,v 1.14 2001/05/30 16:39:22 sewardj Exp $
+-- $Id: Time.hsc,v 1.15 2001/06/22 12:36:34 rrt Exp $
 --
 -- (c) The University of Glasgow, 1995-2001
 --
@@ -92,7 +92,7 @@ module Time
 
      ) where
 
-#include "HsStd.h"
+#include "cbits/HsStd.h"
 
 import Ix
 import Locale