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
a54d9c5e
Commit
a54d9c5e
authored
28 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-03-24 06:54:43 by sof]
2.02 updates
parent
0c33b2c6
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ANNOUNCE-2.02
+12
-11
12 additions, 11 deletions
ANNOUNCE-2.02
README
+4
-2
4 additions, 2 deletions
README
with
16 additions
and
13 deletions
ANNOUNCE-2.02
+
12
−
11
View file @
a54d9c5e
...
...
@@ -101,7 +101,7 @@ Please send bug reports about GHC to glasgow-haskell-bugs@dcs.gla.ac.uk.
Simon Peyton Jones
Dated:
February
1997
Dated:
March
1997
Relevant URLs on the World-Wide Web:
...
...
@@ -110,7 +110,7 @@ Glasgow FP group page http://www.dcs.gla.ac.uk/fp/
comp.lang.functional FAQ http://www.cs.nott.ac.uk/Department/Staff/mpj/faq.html
======================================================================
How to get GHC 2.0
1
:
How to get GHC 2.0
2
:
This release is available by anonymous FTP from the main Haskell
archive sites, in the directory pub/haskell/glasgow:
...
...
@@ -125,18 +125,18 @@ computing/programming/languages/haskell/glasgow.
These are the available files (.gz files are gzipped) -- some are `on
demand', ask if you don't see them:
ghc-2.0
1
-src.tar.gz The source distribution; about 3MB.
ghc-2.0
2
-src.tar.gz The source distribution; about 3MB.
ghc-2.0
1
.ANNOUNCE This file.
ghc-2.0
2
.ANNOUNCE This file.
ghc-2.0
1
.{README,RELEASE-NOTES} From the distribution; for those who
ghc-2.0
2
.{README,RELEASE-NOTES} From the distribution; for those who
want to peek before FTPing...
ghc-2.0
1
-ps-docs.tar.gz Main GHC documents in PostScript format; in
ghc-2.0
2
-ps-docs.tar.gz Main GHC documents in PostScript format; in
case your TeX setup doesn't agree with our
DVI files...
ghc-2.0
1
-<platform>.tar.gz Basic binary distribution for a particular
ghc-2.0
2
-<platform>.tar.gz Basic binary distribution for a particular
<platform>. Unpack and go: you can compile
and run Haskell programs with nothing but one
of these files. NB: does *not* include
...
...
@@ -147,12 +147,13 @@ ghc-2.01-<platform>.tar.gz Basic binary distribution for a particular
i386-unknown-freebsd
i386-unknown-linux
i386-unknown-solaris2
i386-unknown-cygwin32
m68k-sun-sunos4
mips-sgi-irix5
sparc-sun-sunos4
sparc-sun-solaris2
ghc-2.0
1
-<bundle>-<platform>.tar.gz
ghc-2.0
2
-<bundle>-<platform>.tar.gz
<platform> ==> as above
<bundle> ==> prof (profiling)
...
...
@@ -163,15 +164,15 @@ ghc-2.01-<bundle>-<platform>.tar.gz
prof-conc (profiling for "conc[urrent]")
prof-ticky (ticky for "conc[urrent]")
ghc-2.0
1
-hc-files.tar.gz Basic set of intermediate C (.hc) files for the
ghc-2.0
2
-hc-files.tar.gz Basic set of intermediate C (.hc) files for the
compiler proper, the prelude, and `Hello,
world'. Used for bootstrapping the system.
About 4MB.
ghc-2.0
1
-<bundle>-hc-files.tar.gz Further sets of .hc files, for
ghc-2.0
2
-<bundle>-hc-files.tar.gz Further sets of .hc files, for
building other "bundles", e.g., profiling.
ghc-2.0
1
-hi-files-<blah>.tar.gz Sometimes it's more convenient to
ghc-2.0
2
-hi-files-<blah>.tar.gz Sometimes it's more convenient to
use a different set of interface files than
the ones in *-src.tar.gz. (The installation
guide will advise you of this.)
This diff is collapsed.
Click to expand it.
README
+
4
−
2
View file @
a54d9c5e
...
...
@@ -9,12 +9,14 @@ effort. The tools are:
happy the Happy Haskell parser generator
nofib the NoFib Haskell benchmarking suite
literate the Glasgow "literate programming" system
mkworld configuration system (derived from X11 imake)
glafp-utils shared utility programs
mk GNU make setup used by all the fptools
docs documentation on the installing and using
the fptools suite.
The "literate" stuff is usually distributed *with* other systems, but
not necessarily. Components which are always part of a distribution
(never stand-alone) are "glafp-utils" and "mk
world
" (a configuration
(never stand-alone) are "glafp-utils" and "mk" (a configuration
system).
There is usually an ANNOUNCE* file with any distribution. Please
...
...
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