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
d02e2094
Commit
d02e2094
authored
27 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1997-10-03 15:22:48 by simonm]
litify.
parent
8539ce91
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/docs/users_guide/2-08-notes.lit
+30
-10
30 additions, 10 deletions
ghc/docs/users_guide/2-08-notes.lit
with
30 additions
and
10 deletions
ghc/docs/users_guide/2-08-notes.lit
+
30
−
10
View file @
d02e2094
* removed deforester from source tree, including the {-# DEFOREST #-}
GHC 2.08 is a minor upgrade of GHC 2.07, and is released as source only. It represents work done through September '97.
Here's a list of the changes made since GHC 2.07:
\begin{itemize}
\item removed deforester from source tree, including the @{-# DEFOREST #-}@
pragma. This stuff didn't work anymore, so there was no point
leaving it hanging around. If someone wants to pick it up again,
the source can be checked out of the repository.
* documentation is now built automatically for binary distributions
\item documentation is now built automatically for binary distributions
\item fixed several bugs affecting binary distributions.
\item fixed bug in Regex.lhs causing random segmentation faults.
* fixed several bugs affecting binary distributions.
\item a couple of changes to the simplifier means that binary sizes should
be (very slightly) smaller.
* fixed bug in Regex.lhs causing random segmentation faults.
\item fixed a problem with error messages not being as accurate as they used to
be.
[happy]
\item fixed a problem with ticky-ticky profiling (symptom: compiling modules
with -ticky gave lots of parse errors from the C compiler).
* bug fixed in state generation
.
\item added support for @unmapMiddleStackPage@ on cygwin32
.
* happy now reports the number of unused rules and terminals in the
\end{itemize}
The following changes were made to Happy:
\begin{itemize}
\item bug fixed in state generation.
\item happy now reports the number of unused rules and terminals in the
grammar, and lists which ones are unused in the info file.
*
happy now tries to avoid generating fully overlapped patterns.
\item
happy now tries to avoid generating fully overlapped patterns.
*
bug fixed in lexer: line numbers weren't being counted for
'
--
'
\item
bug fixed in lexer: line numbers weren't being counted for
@
--
@
commented lines.
\end{itemize}
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