diff options
-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 -------------- |