Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
ef33ed94
Commit
ef33ed94
authored
25 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1999-11-26 16:26:32 by simonmar]
rename error.h to stgerror.h
parent
f689ae05
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ghc/lib/std/Makefile
+0
-4
0 additions, 4 deletions
ghc/lib/std/Makefile
ghc/lib/std/PrelIOBase.lhs
+2
-2
2 additions, 2 deletions
ghc/lib/std/PrelIOBase.lhs
with
2 additions
and
6 deletions
ghc/lib/std/Makefile
+
0
−
4
View file @
ef33ed94
...
...
@@ -25,11 +25,7 @@ HC = $(GHC)
#
LIBRARY
=
libHS
$(
_way
)
.a
HS_SRCS
=
$(
wildcard
*
.lhs
)
HS_OBJS
=
$(
HS_SRCS:.lhs
=
.
$(
way_
)
o
)
LIBOBJS
=
$(
HS_OBJS
)
HS_IFACES
=
$(
HS_SRCS:.lhs
=
.
$(
way_
)
hi
)
PrelGHC.
$(
way_
)
hi
#-----------------------------------------------------------------------------
# Setting the GHC compile options
...
...
This diff is collapsed.
Click to expand it.
ghc/lib/std/PrelIOBase.lhs
+
2
−
2
View file @
ef33ed94
% -----------------------------------------------------------------------------
% $Id: PrelIOBase.lhs,v 1.1
4
1999/11/2
2
1
5:55:51
simonmar Exp $
% $Id: PrelIOBase.lhs,v 1.1
5
1999/11/2
6
1
6:26:32
simonmar Exp $
%
% (c) The AQUA Project, Glasgow University, 1994-1998
%
...
...
@@ -11,7 +11,7 @@ concretely; the @IO@ module itself exports abstractly.
\begin{code}
{-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-}
#include "cbits/error.h"
#include "cbits/
stg
error.h"
#ifndef __HUGS__ /* Hugs just includes this in PreludeBuiltin so no header needed */
module PrelIOBase where
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment