Add TypeAbstractions and RequiredTypeArguments authored by Vladislav Zavialov's avatar Vladislav Zavialov
......@@ -11,12 +11,18 @@ 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.10
Added `LANGUAGE` extensions:
- `[No]RequiredTypeArguments`
## Changes in GHC 9.8
Added `LANGUAGE` extensions:
- `[No]ExtendedLiterals`
- `[No]TypeAbstractions`
## Changes in GHC 9.6
......
......