Skip to content

Commit 04db7d0

Browse files
authored
Merge pull request #10710 from haskell/since-for-mhs
Add since annotation for MHS
2 parents 1c7243f + aa829f9 commit 04db7d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cabal-syntax/src/Distribution/Compiler.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ data CompilerFlavor
7373
| LHC
7474
| UHC
7575
| Eta
76-
| MHS -- MicroHS, see https://github.com/augustss/MicroHs
76+
| -- | @since 3.12.1.0
77+
-- MicroHS, see https://github.com/augustss/MicroHs
78+
MHS
7779
| HaskellSuite String -- string is the id of the actual compiler
7880
| OtherCompiler String
7981
deriving (Generic, Show, Read, Eq, Ord, Data)

0 commit comments

Comments
 (0)