Skip to content

Commit

Permalink
Merge pull request #10710 from haskell/since-for-mhs
Browse files Browse the repository at this point in the history
Add since annotation for MHS
  • Loading branch information
mergify[bot] authored Jan 9, 2025
2 parents 1c7243f + aa829f9 commit 04db7d0
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
| -- | @since 3.12.1.0
-- MicroHS, see https://github.com/augustss/MicroHs
MHS
| 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 04db7d0

Please sign in to comment.