Skip to content

Commit aa829f9

Browse files
BodigrimMikolaj
authored andcommitted
Add since annotation for MHS
1 parent 1c7243f commit aa829f9

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)