Update language pragma history for 9.6 authored by Takenobu Tani's avatar Takenobu Tani
......@@ -12,6 +12,16 @@ See also [http://damianfral.github.io/ghcaniuse/](http://damianfral.github.io/gh
See also [Language options](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/exts/table.html) in GHC User's Guide.
## Changes in GHC 9.6
Added LANGUAGE extensions:
- `[No]TypeData`
Removed LANGUAGE extensions:
- `TypeInType`
## Changes in GHC 9.2
Added LANGUAGE extensions:
......
......