diff options
author | Zubin Duggal <zubin.duggal@gmail.com> | 2023-02-09 16:30:52 +0530 |
---|---|---|
committer | Zubin Duggal <zubin.duggal@gmail.com> | 2023-02-09 16:30:52 +0530 |
commit | 5383016c78fe4b2555e0aae9248bea5b42f67a78 (patch) | |
tree | 576f6df3950b42c0c177678a0d179ed38c33e3fd /docs/users_guide | |
parent | e222f33c928e062ca495b4039349e9e5966bf92e (diff) | |
download | haskell-5383016c78fe4b2555e0aae9248bea5b42f67a78.tar.gz |
changelog: Add entries for #22913 and #14766ghc-9.2.6-releasewip/9.2.6-backports
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/9.2.6-notes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users_guide/9.2.6-notes.rst b/docs/users_guide/9.2.6-notes.rst index f16d97284d..6e406dcf65 100644 --- a/docs/users_guide/9.2.6-notes.rst +++ b/docs/users_guide/9.2.6-notes.rst @@ -58,6 +58,12 @@ Compiler - Fix a driver bug where certain non-fatal Safe Haskell related warnings were being marked as fatal (:ghc-ticket:`22728`). +- Fix a core lint error arises from incorrect scoping of type variables in + specialise pragmas inside class instances (:ghc-ticket:`22913`). + +- Improve typchecker performance for modules with holes in type signatures + (:ghc-ticket:`14766`). + Runtime system -------------- |