From 5383016c78fe4b2555e0aae9248bea5b42f67a78 Mon Sep 17 00:00:00 2001 From: Zubin Duggal <zubin.duggal@gmail.com> Date: Thu, 9 Feb 2023 16:30:52 +0530 Subject: [PATCH] changelog: Add entries for #22913 and #14766 --- docs/users_guide/9.2.6-notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/users_guide/9.2.6-notes.rst b/docs/users_guide/9.2.6-notes.rst index f16d97284d5d..6e406dcf65c4 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 -------------- -- GitLab