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
6494a64a
Commit
6494a64a
authored
13 years ago
by
pcapriotti
Browse files
Options
Downloads
Patches
Plain Diff
Update 7.4.2 release notes.
parent
cb384a6e
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.4.2-notes.xml
+26
-4
26 additions, 4 deletions
docs/users_guide/7.4.2-notes.xml
with
26 additions
and
4 deletions
docs/users_guide/7.4.2-notes.xml
+
26
−
4
View file @
6494a64a
...
@@ -173,6 +173,26 @@
...
@@ -173,6 +173,26 @@
has been fixed.
has been fixed.
</para>
</para>
</listitem>
</listitem>
<listitem>
<para>
A performance bug causing functions to lose the tail-recursive
property after optimization (
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5920"
>
#5920
</ulink>
,
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5997"
>
#5997
</ulink>
)
has been fixed.
</para>
</listitem>
<listitem>
<para>
<literal>
hs_init
</literal>
can now be called with
<literal>
NULL
</literal>
pointers as arguments (
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/6006"
>
#6006
</ulink>
).
</para>
</listitem>
</itemizedlist>
</itemizedlist>
</sect2>
</sect2>
...
@@ -216,10 +236,12 @@
...
@@ -216,10 +236,12 @@
<listitem>
<listitem>
<para>
<para>
Fixed bug (
<ulink
A GHCi bug (
<ulink
url=
"http://hackage.haskell.org/trac/ghc/ticket/5979"
>
#5979
</ulink>
)
url=
"http://hackage.haskell.org/trac/ghc/ticket/5979"
>
#5979
</ulink>
,
where a failed import in GHCi with -XPackageImport would cause
<ulink
successive imports to fail.
url=
"http://hackage.haskell.org/trac/ghc/ticket/6007"
>
#6007
</ulink>
)
where a failed import would cause successive imports to fail has been
fixed.
</para>
</para>
</listitem>
</listitem>
</itemizedlist>
</itemizedlist>
...
...
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