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
Grégoire Locqueville
GHC
Commits
f3c5115b
Commit
f3c5115b
authored
6 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
users-guide: Write release notes for 8.4.2
parent
b183d44a
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/users_guide/8.4.2-notes.rst
+24
-3
24 additions, 3 deletions
docs/users_guide/8.4.2-notes.rst
with
24 additions
and
3 deletions
docs/users_guide/8.4.2-notes.rst
+
24
−
3
View file @
f3c5115b
...
...
@@ -3,15 +3,19 @@
Release notes for version 8.4.2
===============================
TODO
Highlights
----------
This is a bug-fix release resolving several regressions introduced in 8.4.1.
The highlights, since the 8.4.1 release, are:
- TODO
- Fixed a regression causing uses of ``Control.Exception.evaluate`` to be
incorrectly optimised, resulting in space leaks (:ghc-ticket:`13930`)
- Fix a regression causing the interpreter to segmentation fault when built with
profiling (:ghc-ticket:`14705`)
Full details
------------
...
...
@@ -27,34 +31,51 @@ Language
Compiler
~~~~~~~~
In addition to the regressions listed above, this release fixes a bug affecting
GHC's debug output support (:ghc-flag:`-g`) which resulted in invalid code to be
generated for string literals (:ghc-ticket:`13868`)
- :ghc-ticket:`14918`, where ``Read`` instances for types with field names
containing ``#`` would fail to parse, has been fixed.
Runtime system
~~~~~~~~~~~~~~
- A bug causing panics while running programs with :rts-flag:`-hr` was fixed
(:ghc-ticket:`14947`)
Template Haskell
~~~~~~~~~~~~~~~~
No changes.
``ghc`` library
~~~~~~~~~~~~~~~
No changes.
``base`` library
~~~~~~~~~~~~~~~~
- Version bumped to 4.11.1.0 to account for the addition of
``GHC.IO.FixIOException``
- Add the ``readFieldHash`` function to ``GHC.Read`` which behaves like
``readField``, but for a field that ends with a ``#`` symbol.
``integer-gmp`` library
~~~~~~~~~~~~~~~~~~~~~~~
- Version bumped to 1.0.2.0 to account for the addition of ``powModSecInteger``.
- Define ``powModSecInteger``, a "secure" version of ``powModInteger`` using
the ``mpz_powm_sec`` function.
Build system
~~~~~~~~~~~~
- ``configure`` now takes a ``--disable-dtrace`` flag, allowing workaround of
:ghc-ticket:`15040`.
Included libraries
------------------
...
...
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