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
e3b8ed25
Commit
e3b8ed25
authored
26 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1998-12-03 15:24:08 by simonm]
merge from 4.01
parent
f48f5a96
Loading
Loading
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ghc/mk/boilerplate.mk
+1
-0
1 addition, 0 deletions
ghc/mk/boilerplate.mk
ghc/mk/paths.mk
+1
-4
1 addition, 4 deletions
ghc/mk/paths.mk
ghc/mk/suffix.mk
+1
-1
1 addition, 1 deletion
ghc/mk/suffix.mk
ghc/mk/version.mk
+11
-3
11 additions, 3 deletions
ghc/mk/version.mk
with
14 additions
and
8 deletions
ghc/mk/boilerplate.mk
+
1
−
0
View file @
e3b8ed25
...
...
@@ -28,5 +28,6 @@ TOP:=$(GHC_TOP)
-include
$(TOP)/mk/paths.mk
-include
$(TOP)/mk/opts.mk
-include
$(TOP)/mk/version.mk
include
$(TOP)/mk/suffix.mk
This diff is collapsed.
Click to expand it.
ghc/mk/paths.mk
+
1
−
4
View file @
e3b8ed25
...
...
@@ -37,7 +37,7 @@ endif
GHC_DRIVER_DIR
=
$(
TOP
)
/driver
GHC_COMPILER_DIR
=
$(
TOP
)
/compiler
GHC_RUNTIME_DIR
=
$(
TOP
)
/r
untime
GHC_RUNTIME_DIR
=
$(
TOP
)
/r
ts
GHC_LIB_DIR
=
$(
TOP
)
/lib
GHC_INCLUDE_DIR
=
$(
TOP
)
/includes
GHC_UTILS_DIR
=
$(
TOP
)
/utils
...
...
@@ -69,6 +69,3 @@ MKDEPENDHS_SRCS = $(HS_SRCS)
else
MKDEPENDHS_SRCS
=
endif
# temporary until the new RTS is merged in.
MOSTLY_CLEAN_FILES
+=
*
.hc
This diff is collapsed.
Click to expand it.
ghc/mk/suffix.mk
+
1
−
1
View file @
e3b8ed25
#################################################################################
#
# $Id: suffix.mk,v 1.
4
1998/
08/14
1
2
:2
7:45 sof
Exp $
# $Id: suffix.mk,v 1.
5
1998/
12/03
1
5
:2
4:08 simonm
Exp $
#
# GHC-specific suffix rules
#
...
...
This diff is collapsed.
Click to expand it.
ghc/mk/version.mk
+
11
−
3
View file @
e3b8ed25
...
...
@@ -21,8 +21,8 @@
ProjectName
=
The Glorious Glasgow Haskell Compilation System
ProjectNameShort
=
ghc
ProjectVersion
=
3
.0
3
ProjectVersionInt
=
303
ProjectVersion
=
4
.0
1
ProjectVersionInt
=
401
ProjectPatchLevel
=
0
#
...
...
@@ -35,7 +35,15 @@ ProjectPatchLevel = 0
# version - one (semi-valid) reason for having them separate is that
# object files produced by different versions of the compiler need
# not be incompatible..
HscMajorVersion
=
33
HscMajorVersion
=
40
HscMinorVersion
=
0
CcMajorVersion
=
36
CcMinorVersion
=
1
#
# Interface file version
#
# If you should happen to make changes to the interface file format
# that will break compatibility with older versions, up this variable.
#
HscIfaceFileVersion
=
5
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