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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
alexbiehl-gc
GHC
Commits
4ad45759
Commit
4ad45759
authored
25 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1999-07-14 11:46:36 by simonmar]
4.04 changes.
parent
98c314db
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/ANNOUNCE
+14
-24
14 additions, 24 deletions
ghc/ANNOUNCE
with
14 additions
and
24 deletions
ghc/ANNOUNCE
+
14
−
24
View file @
4ad45759
The Glasgow Haskell Compiler -- version 4.0
2
The Glasgow Haskell Compiler -- version 4.0
4
==============================================
==============================================
We are pleased to announce a new release of the Glasgow Haskell
We are pleased to announce a new release of the Glasgow Haskell
Compiler (GHC), version 4.0
2
. The source distribution is freely
Compiler (GHC), version 4.0
4
. The source distribution is freely
available via the World-Wide Web and through anon. FTP; details below.
available via the World-Wide Web and through anon. FTP; details below.
Haskell is "the" standard lazy functional programming language; the
Haskell is "the" standard lazy functional programming language; the
...
@@ -11,37 +11,28 @@ Haskell related information is available from the Haskell home page at
...
@@ -11,37 +11,28 @@ Haskell related information is available from the Haskell home page at
http://haskell.org/
http://haskell.org/
GHC
has a new Web page; point your browser
at
GHC
's Web page lives
at
http://research.microsoft.com/users/t-simonm/ghc/
http://research.microsoft.com/users/t-simonm/ghc/
+ What's new
+ What's new
=============
=============
GHC 4.02 fixes several bugs in 4.01 and adds the following major features:
- GHC is now officially Open Source, see the LICENSE file in the
distribution for details.
* Full Haskell 98 language support,
- Rewrite rules can be specified in the source using the RULES
pragma. This is used for automatic fusion of common list functions.
* Scoped type variables,
- Performance tuning: compiled programs now allocate 30% less
and run 20% faster on average compared to GHC 4.02.
* Better warnings for unused variables,
- GHC now uses a Happy parser instead of the old yacc/lex one.
* A new generational garbage collector.
For full details see the release notes:
The following things have not been fixed yet:
* The native code generator is still flaky, and is turned off by
default for the time being.
* The profiler is still flaky.
See the release notes for full details:
http://research.microsoft.com/users/t-simonm/ghc/Docs/latest/users_guide/users_guide-1.html#ss1.4
http://research.microsoft.com/users/t-simonm/ghc/Docs/latest/users_guide/users_guide-1.html#ss1.4
A source distribution and binaries for common architectures are
available from the web page.
+ Mailing lists
+ Mailing lists
================
================
...
@@ -82,18 +73,17 @@ for tar, please)!
...
@@ -82,18 +73,17 @@ for tar, please)!
======================
======================
To compile up this source-only release, you need a machine with 32+MB
To compile up this source-only release, you need a machine with 32+MB
memory, GNU C (`gcc'), `perl' plus a version of GHC installed (version
memory, GNU C (`gcc'), `perl' plus a version of GHC installed (3.02 at
2.10 at least, 3.02 recommended). This release is known to work on
least). This release is known to work on the following platforms:
the following platforms:
* i386-unknown-{linux,solaris2,freebsd,cygwin32}
* i386-unknown-{linux,solaris2,freebsd,cygwin32}
* sparc-sun-{sunos4,solaris2}
* sparc-sun-{sunos4,solaris2}
* hppa1.1-hp-hpux{9,10}
Ports to the following platforms should be relatively easy, but
Ports to the following platforms should be relatively easy, but
haven't been tested due to lack of time/hardware:
haven't been tested due to lack of time/hardware:
* alpha-dec-osf{2,3}
* alpha-dec-osf{2,3}
* hppa1.1-hp-hpux{9,10}
* mips-sgi-irix{5,6}
* mips-sgi-irix{5,6}
* {rs6000,powerpc}-ibm-aix
* {rs6000,powerpc}-ibm-aix
...
...
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