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
sheaf
GHC
Commits
f4f6f183
Commit
f4f6f183
authored
9 years ago
by
Austin Seipp
Browse files
Options
Downloads
Patches
Plain Diff
docs: More 7.10.2 release notes
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
636fc2eb
No related branches found
Branches containing commit
Tags
ghc-9.8.1-alpha2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/users_guide/7.10.2-notes.xml
+19
-0
19 additions, 0 deletions
docs/users_guide/7.10.2-notes.xml
with
19 additions
and
0 deletions
docs/users_guide/7.10.2-notes.xml
+
19
−
0
View file @
f4f6f183
...
...
@@ -14,6 +14,13 @@
<title>
GHC
</title>
<itemizedlist>
<listitem>
<para>
A bug in the typechecker which could result in strange,
inconsistent reduction of type families has been fixed
(issue #10488).
</para>
</listitem>
<listitem>
<para>
A bug which caused GHC to generate bad DWARF unwinding
...
...
@@ -131,6 +138,18 @@
(issue #10317).
</para>
</listitem>
<listitem>
<para>
A bug which could cause compiled programs to loop forever
when glibc's iconv implementation (gconv) wasn't available
has been fixed, so these programs will now terminate with
an error. As a result of this change, however, GHC
compiled programs now also specifically recognize ASCII
encodings, and can bypass iconv in these cases. This
allows statically compiled programs to exist inside an
initramfs, for example. (issues #10298, #7695).
</para>
</listitem>
</itemizedlist>
</sect2>
...
...
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