Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
97b49b48
Commit
97b49b48
authored
Jun 22, 2001
by
rrt
Browse files
[project @ 2001-06-22 12:36:33 by rrt]
Fix paths to HsStd.h.
parent
534ae3c5
Changes
5
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/CPUTime.hsc
View file @
97b49b48
-- -----------------------------------------------------------------------------
-- $Id: CPUTime.hsc,v 1.
5
2001/0
5
/2
9
1
1
:3
8:14
rrt Exp $
-- $Id: CPUTime.hsc,v 1.
6
2001/0
6
/2
2
1
2
:3
6: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
...
...
ghc/lib/std/PrelHandle.hsc
View file @
97b49b48
...
...
@@ -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
...
...
ghc/lib/std/PrelIO.hsc
View file @
97b49b48
...
...
@@ -3,7 +3,7 @@
#undef DEBUG_DUMP
-- -----------------------------------------------------------------------------
-- $Id: PrelIO.hsc,v 1.
4
2001/0
5
/2
4
1
0:41:13 simonmar
Exp $
-- $Id: PrelIO.hsc,v 1.
5
2001/0
6
/2
2
1
2: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
...
...
ghc/lib/std/PrelPosix.hsc
View file @
97b49b48
{-# 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
...
...
ghc/lib/std/Time.hsc
View file @
97b49b48
...
...
@@ -3,7 +3,7 @@
-- to compile on sparc-solaris. Blargh.
-- -----------------------------------------------------------------------------
-- $Id: Time.hsc,v 1.1
4
2001/0
5/30
1
6
:3
9:22 sewardj
Exp $
-- $Id: Time.hsc,v 1.1
5
2001/0
6/22
1
2
:3
6: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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment