Skip to content

Commit

Permalink
Add GHC2024 to Language
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Apr 10, 2024
1 parent 9203806 commit b83a69e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cabal-syntax/src/Language/Haskell/Extension.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ data Language
| -- | The GHC2021 collection of language extensions.
-- <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0380-ghc2021.rst>
GHC2021
| -- | The GHC2024 collection of language extensions.
GHC2024
| -- | An unknown language, identified by its name.
UnknownLanguage String
deriving (Generic, Show, Read, Eq, Ord, Typeable, Data)
Expand Down

0 comments on commit b83a69e

Please sign in to comment.