Skip to content

Commit

Permalink
Add since annotation for MHS
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Jan 4, 2025
1 parent ed1e4d7 commit 1579cae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cabal-syntax/src/Distribution/Compiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ data CompilerFlavor
| LHC
| UHC
| Eta
| MHS -- MicroHS, see https://github.com/augustss/MicroHs
| MHS
-- ^ @since 3.12.1.0
-- MicroHS, see https://github.com/augustss/MicroHs
| HaskellSuite String -- string is the id of the actual compiler
| OtherCompiler String
deriving (Generic, Show, Read, Eq, Ord, Data)
Expand Down

0 comments on commit 1579cae

Please sign in to comment.