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
98a053a9
Commit
98a053a9
authored
5 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
More release notes
parent
433341fb
No related branches found
Branches containing commit
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/8.8.4-notes.rst
+16
-2
16 additions, 2 deletions
docs/users_guide/8.8.4-notes.rst
with
16 additions
and
2 deletions
docs/users_guide/8.8.4-notes.rst
+
16
−
2
View file @
98a053a9
...
@@ -6,13 +6,27 @@ Release notes for version 8.8.4
...
@@ -6,13 +6,27 @@ Release notes for version 8.8.4
GHC 8.8.4 is a minor release intended to fix regressions and minor bugs in the
GHC 8.8.4 is a minor release intended to fix regressions and minor bugs in the
8.8.1, 8.8.2 and 8.8.3 releases.
8.8.1, 8.8.2 and 8.8.3 releases.
Like previous releases in the 8.8 series, the :ghc-flag:`LLVM backend <-fllvm>`
of this release is to be used with LLVM 7.
Highlights
Highlights
----------
----------
- Fix a bug in process creation on Windows (:ghc-ticket:`17926`).
- Fixes a bug in process creation on Windows (:ghc-ticket:`17926`).
- Works around a Linux kernel bug in the implementation of ``timerfd``\s (:ghc-ticket:`18033`).
- Fixes a few linking issues affecting ARM
- Fixes "missing interface file" error triggered by some uses of ``Ordering`` (:ghc-ticket:`18185`)
- Fixes an integer overflow in the compact-normal-form import implementation (:ghc-ticket:`16992`)
- ``configure`` now accepts ``--enable-numa`` flag to enable/disable ``numactl`` support on Linux.
-
Workaround a Linux kernel bug in the implementation of ``timerfd``\
s (:ghc-ticket:`18
033
`).
-
Fixes potentially lost sharing due to the desugaring of left operator section
s (:ghc-ticket:`18
151
`).
- Fixes a build-system bug resulting in potential miscompilation by unregisteised compilers (:ghc-ticket:`18024`)
Known issues
Known issues
------------
------------
...
...
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