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
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
Alexander Kaznacheev
GHC
Commits
e7d041be
Commit
e7d041be
authored
10 years ago
by
Austin Seipp
Browse files
Options
Downloads
Patches
Plain Diff
Release note updates for 7.8.3
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
8b5d2620
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
docs/users_guide/7.8.3-notes.xml
+34
-0
34 additions, 0 deletions
docs/users_guide/7.8.3-notes.xml
with
34 additions
and
0 deletions
docs/users_guide/7.8.3-notes.xml
+
34
−
0
View file @
e7d041be
...
...
@@ -17,6 +17,19 @@
crash during compilation has been fixed (issue #9155).
</para>
</listitem>
<listitem>
<para>
A handful of bugs in the pattern synonyms implementation
have been fixed (issues #9161, #8966, #9023, #9175).
</para>
</listitem>
<listitem>
<para>
A bug in runtime system which would cause
<literal>
tryReadMVar
</literal>
to deadlock has been fixed
(issue #9148).
</para>
</listitem>
<listitem>
<para>
A segmentation fault for compiled programs using
...
...
@@ -36,6 +49,12 @@
faults has been fixed (issue #9001).
</para>
</listitem>
<listitem>
<para>
A bug in the code generator that could cause segmentation
faults has been fixed (issue #9045).
</para>
</listitem>
<listitem>
<para>
A bug which caused
<literal>
gcc
</literal>
to error when
...
...
@@ -43,6 +62,13 @@
(issue #8768).
</para>
</listitem>
<listitem>
<para>
A bug which caused a performance regression in the new
`Typeable` implementation (due to recomputation of known
values) has been fixed (issue #9203).
</para>
</listitem>
<listitem>
<para>
Several memory leaks and bugs in the runtime system and C
...
...
@@ -57,6 +83,14 @@
#9068).
</para>
</listitem>
<listitem>
<para>
A bug which could result in programs using all available
memory, due to a regression in the
<literal>
Read
</literal>
instance for
<literal>
Data.Fixed.Pico
</literal>
has been
fixed (issue #9231).
</para>
</listitem>
<listitem>
<para>
The libraries
<literal>
haskeline
</literal>
,
...
...
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