Update language pragma history authored by Ben Gamari's avatar Ben Gamari
...@@ -11,6 +11,9 @@ See also [http://damianfral.github.io/ghcaniuse/](http://damianfral.github.io/gh ...@@ -11,6 +11,9 @@ 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. 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.4
## Changes in GHC 9.2 ## Changes in GHC 9.2
Added LANGUAGE extensions: Added LANGUAGE extensions:
...@@ -21,6 +24,8 @@ Added LANGUAGE extensions: ...@@ -21,6 +24,8 @@ Added LANGUAGE extensions:
- `[No]OverloadedRecordUpdate` - `[No]OverloadedRecordUpdate`
- `[No]UnliftedDatatypes` - `[No]UnliftedDatatypes`
- In %9.2.4: `DeepSubsumption`
## Changes in GHC 9.0 ## Changes in GHC 9.0
Added LANGUAGE extensions: Added LANGUAGE extensions:
... ...
......